diff options
author | Andreas Gohr <andi@splitbrain.org> | 2008-10-16 20:19:55 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2008-10-16 20:19:55 +0200 |
commit | 7b3a68036aa29d239b85b05df5fe6f35a68f41d2 (patch) | |
tree | 773b31c1def40e2a23f1b0bcdf68d59c10773847 /inc/lang | |
parent | f948eeabc92e5426027ffdc68d239153f8cf71d3 (diff) | |
download | rpg-7b3a68036aa29d239b85b05df5fe6f35a68f41d2.tar.gz rpg-7b3a68036aa29d239b85b05df5fe6f35a68f41d2.tar.bz2 |
Avoid editing sections of outdated pages FS#1513
darcs-hash:20081016181955-7ad00-5745635416542fd04dbdf67cbf043bf446e995bc.gz
Diffstat (limited to 'inc/lang')
-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 8ee81ed18..26f6bcd45 100644 --- a/inc/lang/en/lang.php +++ b/inc/lang/en/lang.php @@ -64,6 +64,7 @@ $lang['profile'] = 'User Profile'; $lang['badlogin'] = 'Sorry, username or 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['regmissing'] = 'Sorry, you must fill in all fields.'; $lang['reguexists'] = 'Sorry, a user with this login already exists.'; |