From 5a8b8f07c2a02d03393443fa9e6c22e2edbc82c1 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Tue, 9 Mar 2004 09:47:10 +0000 Subject: [PATCH] fixed typo --- lam-0.4/templates/account/useredit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lam-0.4/templates/account/useredit.php b/lam-0.4/templates/account/useredit.php index 69b53083..e53302f2 100644 --- a/lam-0.4/templates/account/useredit.php +++ b/lam-0.4/templates/account/useredit.php @@ -587,7 +587,7 @@ do { // X-Or, only one if() can be true $errors[] = array('WARN', _('ObjectClass shadowAccount not found.'), _('Have to add objectClass shadowAccount.')); if ($config_intern->is_samba3()) { if (!in_array('sambaSamAccount', $account_old->general_objectClass)) - $errors[] = array('WARN', _('ObjectClass sambaSamAccount not found.'), _('Have to add objectClass sambaSamAccount. USer with sambaAccount will be updated.')); + $errors[] = array('WARN', _('ObjectClass sambaSamAccount not found.'), _('Have to add objectClass sambaSamAccount. User with sambaAccount will be updated.')); } else { if (!in_array('sambaAccount', $account_old->general_objectClass))