diff options
author | Anika Henke <anika@selfthinker.org> | 2013-09-03 09:36:15 +0100 |
---|---|---|
committer | Anika Henke <anika@selfthinker.org> | 2013-09-03 09:36:15 +0100 |
commit | 33f552fab34c9ddcc3b647aedcc86a6209c708af (patch) | |
tree | 3def583bc67bee04feefebb2d07cefc00568a795 /inc/lang/en/lang.php | |
parent | 5fdb3847c799fe15ec53e1b13ce618fe31ca4b9b (diff) | |
download | rpg-33f552fab34c9ddcc3b647aedcc86a6209c708af.tar.gz rpg-33f552fab34c9ddcc3b647aedcc86a6209c708af.tar.bz2 |
removed unused lang string (authmodfailed)
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 97ac36da9..d4ddf293a 100644 --- a/inc/lang/en/lang.php +++ b/inc/lang/en/lang.php @@ -287,7 +287,6 @@ $lang['subscr_style_digest'] = 'digest email of changes for each page (ev $lang['subscr_style_list'] = 'list of changed pages since last email (every %.2f days)'; /* auth.class language support */ -$lang['authmodfailed'] = 'Bad user authentication configuration. Please inform your Wiki Admin.'; $lang['authtempfail'] = 'User authentication is temporarily unavailable. If this situation persists, please inform your Wiki Admin.'; $lang['authpwdexpire'] = 'Your password will expire in %d days, you should change it soon.'; |