1<?php
2/**
3 * english language file for preview plugin
4 *
5 * @author Andreas Gohr <gohr@cosmocode.de>
6 */
7
8// keys need to match the config setting name
9$lang['selector'] = 'A CSS selector in to indicate in which element wiki links should be previewed.';
10
11