diff options
author | Gerrit Uitslag <klapinklapin@gmail.com> | 2014-03-17 19:15:41 +0100 |
---|---|---|
committer | Gerrit Uitslag <klapinklapin@gmail.com> | 2014-03-17 19:15:41 +0100 |
commit | 5267006fc0516e8787cbc6a79e55cd4efd3e52c9 (patch) | |
tree | b954b8026ea221a224058db3cb9b9578551afb66 /inc/lang/en/lang.php | |
parent | c815c883b7ebc6acee19c1af36c4ebe429805a4b (diff) | |
download | rpg-5267006fc0516e8787cbc6a79e55cd4efd3e52c9.tar.gz rpg-5267006fc0516e8787cbc6a79e55cd4efd3e52c9.tar.bz2 |
notloggedin lang string left
Diffstat (limited to 'inc/lang/en/lang.php')
-rw-r--r-- | inc/lang/en/lang.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/inc/lang/en/lang.php b/inc/lang/en/lang.php index e53a25815..592289185 100644 --- a/inc/lang/en/lang.php +++ b/inc/lang/en/lang.php @@ -80,7 +80,6 @@ $lang['regbadmail'] = 'The given email address looks invalid - if you $lang['regbadpass'] = 'The two given passwords are not identical, please try again.'; $lang['regpwmail'] = 'Your DokuWiki password'; $lang['reghere'] = 'You don\'t have an account yet? Just get one'; -$lang['notloggedin'] = 'Perhaps you forgot to login?'; $lang['profna'] = 'This wiki does not support profile modification'; $lang['profnochange'] = 'No changes, nothing to do.'; |