From bb333e477be28f8b7101676793de0304ae20ffa5 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Tue, 12 Oct 2010 17:47:56 +0000 Subject: [PATCH] changed password update message --- 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 aa28136b..0597f1ca 100644 --- a/lam/lib/modules.inc +++ b/lam/lib/modules.inc @@ -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 {