diff options
author | Patrick Brown <ptbrown@whoopdedo.org> | 2015-04-04 00:34:33 -0400 |
---|---|---|
committer | Patrick Brown <ptbrown@whoopdedo.org> | 2015-04-04 00:34:33 -0400 |
commit | d49d4260ee0fed5eabc3773440fc1073a87c56dd (patch) | |
tree | dccfbaeb313a9ab5c4b8011b705f4725d959fb69 /inc/lang/en/lang.php | |
parent | d4f7c139603e3121feb401e90805b00555538e41 (diff) | |
download | rpg-d49d4260ee0fed5eabc3773440fc1073a87c56dd.tar.gz rpg-d49d4260ee0fed5eabc3773440fc1073a87c56dd.tar.bz2 |
Remove no longer needed language string
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 81d8a94bf..3f11a1ee4 100644 --- a/inc/lang/en/lang.php +++ b/inc/lang/en/lang.php @@ -290,7 +290,6 @@ $lang['subscr_style_list'] = 'list of changed pages since last email (e /* auth.class language support */ $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.'; /* installer strings */ $lang['i_chooselang'] = 'Choose your language'; |