added hint to save account when new password was set

This commit is contained in:
Roland Gruber 2009-11-10 17:41:25 +00:00
parent d666757245
commit 3a7b94f070
1 changed files with 1 additions and 1 deletions

View File

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