diff options
author | Senky <jakubsenko@gmail.com> | 2012-05-01 09:52:48 +0200 |
---|---|---|
committer | Senky <jakubsenko@gmail.com> | 2012-05-01 09:52:48 +0200 |
commit | 2dd71f65204c8e484c81147e4966e33fcb7d1f42 (patch) | |
tree | 06eb04135291ab8f22fcc73a300e01832bf6aa97 /phpBB/language | |
parent | 3a67604900a5301c133bfb0bf8f2d998306c3827 (diff) | |
download | forums-2dd71f65204c8e484c81147e4966e33fcb7d1f42.tar forums-2dd71f65204c8e484c81147e4966e33fcb7d1f42.tar.gz forums-2dd71f65204c8e484c81147e4966e33fcb7d1f42.tar.bz2 forums-2dd71f65204c8e484c81147e4966e33fcb7d1f42.tar.xz forums-2dd71f65204c8e484c81147e4966e33fcb7d1f42.zip |
[ticket/10835] fixing misleading message in UCP
PHPBB3-10835
Diffstat (limited to 'phpBB/language')
-rw-r--r-- | phpBB/language/en/ucp.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/language/en/ucp.php b/phpBB/language/en/ucp.php index 3ebc863447..fb417a5742 100644 --- a/phpBB/language/en/ucp.php +++ b/phpBB/language/en/ucp.php @@ -137,7 +137,8 @@ $lang = array_merge($lang, array( 'CREATE_FOLDER' => 'Add folder…', 'CURRENT_IMAGE' => 'Current image', 'CURRENT_PASSWORD' => 'Current password', - 'CURRENT_PASSWORD_EXPLAIN' => 'You must confirm your current password if you wish to change it, alter your e-mail address or username.', + 'CURRENT_PASSWORD_EXPLAIN' => 'You must enter your current password if you wish to alter your e-mail address or username.', + 'CURRENT_CHANGE_PASSWORD_EXPLAIN' => 'You must enter your current password if you wish to change it, alter your e-mail address or username.', 'CUR_PASSWORD_EMPTY' => 'You did not enter your current password.', 'CUR_PASSWORD_ERROR' => 'The current password you entered is incorrect.', 'CUSTOM_DATEFORMAT' => 'Custom…', |