diff options
author | Andreas Gohr <andi@splitbrain.org> | 2014-09-29 18:27:54 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2014-09-29 18:27:54 +0200 |
commit | 2f981761b3f5b7c8dcc53b8026d9fd3c499a7e1e (patch) | |
tree | 45052c76988a152bea656d2a37ad23ea09bbf126 /inc/lang/en | |
parent | a8a18248934225d10e98805150c56083a850877f (diff) | |
parent | c50a128d960dda240979c770cc9d8b5c36b1e642 (diff) | |
download | rpg-2f981761b3f5b7c8dcc53b8026d9fd3c499a7e1e.tar.gz rpg-2f981761b3f5b7c8dcc53b8026d9fd3c499a7e1e.tar.bz2 |
Merge pull request #563 from splitbrain/FS#2697searchpagereadonly
Update text above searchresults, when only read-acl FS#2697
Diffstat (limited to 'inc/lang/en')
-rw-r--r-- | inc/lang/en/lang.php | 1 | ||||
-rw-r--r-- | inc/lang/en/searchpage.txt | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/inc/lang/en/lang.php b/inc/lang/en/lang.php index 9c1e5dacd..3190b0e13 100644 --- a/inc/lang/en/lang.php +++ b/inc/lang/en/lang.php @@ -70,6 +70,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.'; diff --git a/inc/lang/en/searchpage.txt b/inc/lang/en/searchpage.txt index 50578db3f..ba0960aa6 100644 --- a/inc/lang/en/searchpage.txt +++ b/inc/lang/en/searchpage.txt @@ -1,5 +1,5 @@ ====== Search ====== -You can find the results of your search below. 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. +You can find the results of your search below. @CREATEPAGEINFO@ ===== Results ===== |