diff options
author | Andreas Gohr <andi@splitbrain.org> | 2012-02-17 13:39:38 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2012-02-17 13:39:38 +0100 |
commit | 69995a164f9dbb51adfe17f09901e0200ea8dc7a (patch) | |
tree | 95a0dbb78112e515357cdcc9fed9e4e0ef2dc67f /inc/lang/en/lang.php | |
parent | b2117c6969fc31aa958f6019fd1e4e258f555db7 (diff) | |
download | rpg-69995a164f9dbb51adfe17f09901e0200ea8dc7a.tar.gz rpg-69995a164f9dbb51adfe17f09901e0200ea8dc7a.tar.bz2 |
do not hardcode profile link in AD pass expire message
Changing passwords might not be available.
Diffstat (limited to 'inc/lang/en/lang.php')
-rw-r--r-- | inc/lang/en/lang.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/lang/en/lang.php b/inc/lang/en/lang.php index 9250d119a..5c8628da5 100644 --- a/inc/lang/en/lang.php +++ b/inc/lang/en/lang.php @@ -275,7 +275,7 @@ $lang['subscr_style_list'] = 'list of changed pages since last email (e /* 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 <a href="?do=profile">change it</a>.'; +$lang['authpwdexpire'] = 'Your password will expire in %d days, you should change it soon.'; /* installer strings */ $lang['i_chooselang'] = 'Choose your language'; |