Index: trunk/extensions/RegexFun/RegexFun.i18n.php |
— | — | @@ -16,7 +16,7 @@ |
17 | 17 | * @author Daniel Werner |
18 | 18 | */ |
19 | 19 | $messages['en'] = array( |
20 | | - 'regexfun-desc' => 'Adds parser functions allowing the use of regular expressions within wiki articles', |
| 20 | + 'regexfun-desc' => 'Adds parser functions allowing the use of regular expressions within wiki pages', |
21 | 21 | 'regexfun-invalid' => 'The regular expression "$1" is invalid.', |
22 | 22 | ); |
23 | 23 | |