From 3a7b94f07008381cfd7f2aaa814d0f00c488ec2b Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Tue, 10 Nov 2009 17:41:25 +0000 Subject: [PATCH] added hint to save account when new password was set --- lam/lib/modules.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lam/lib/modules.inc b/lam/lib/modules.inc index 1b0edd0f..860ce93a 100644 --- a/lam/lib/modules.inc +++ b/lam/lib/modules.inc @@ -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 {