diff options
author | Gerrit Uitslag <klapinklapin@gmail.com> | 2014-02-21 16:10:11 +0100 |
---|---|---|
committer | Gerrit Uitslag <klapinklapin@gmail.com> | 2014-02-21 16:10:11 +0100 |
commit | 0a91ddc03c2b15ce51208e2c35df292c5276f50e (patch) | |
tree | 353d0fac84254740cb62b7ecba2ae9295dfbd991 /inc/lang/en/lang.php | |
parent | 6ffaeda954351208754898acc6e2ff228f3ae472 (diff) | |
download | rpg-0a91ddc03c2b15ce51208e2c35df292c5276f50e.tar.gz rpg-0a91ddc03c2b15ce51208e2c35df292c5276f50e.tar.bz2 |
Update text above searchresults, when only read-acl FS#2697
Diffstat (limited to 'inc/lang/en/lang.php')
-rw-r--r-- | inc/lang/en/lang.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/lang/en/lang.php b/inc/lang/en/lang.php index cbdef8661..cc56f4653 100644 --- a/inc/lang/en/lang.php +++ b/inc/lang/en/lang.php @@ -68,6 +68,7 @@ $lang['badpassconfirm'] = 'Sorry, the password was wrong'; $lang['minoredit'] = 'Minor Changes'; $lang['draftdate'] = 'Draft autosaved on'; // full dformat date will be added $lang['nosecedit'] = 'The page was changed in the meantime, section info was out of date loaded full page instead.'; +$lang['searchcreatepage'] = 'If you didn\'t find what you were looking for, you can create or edit the page named after your query with the appropriate tool.'; $lang['regmissing'] = 'Sorry, you must fill in all fields.'; $lang['reguexists'] = 'Sorry, a user with this login already exists.'; |