changed password update message

This commit is contained in:
Roland Gruber 2010-10-12 17:47:56 +00:00
parent c0f164dcc7
commit bb333e477b
1 changed files with 1 additions and 1 deletions

View File

@ -1090,7 +1090,7 @@ class accountContainer {
}
}
if ($pwdErrors == 0) {
$result[] = array('INFO', _('New password set successfully.'), _('The new password will be stored in the directory after you save this account.'));
$result[] = array('INFO', _('The new password will be stored in the directory after you save this account.'));
$result = array_merge($result, $pwdMessages);
}
else {