From 81fc25435e56379e6a899e62a36688142ff87e6b Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Wed, 2 May 2007 20:32:37 +0000 Subject: [PATCH] fixed typo --- lam/lib/modules/sambaDomain.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lam/lib/modules/sambaDomain.inc b/lam/lib/modules/sambaDomain.inc index d607ef39..62dcd180 100644 --- a/lam/lib/modules/sambaDomain.inc +++ b/lam/lib/modules/sambaDomain.inc @@ -100,7 +100,7 @@ class sambaDomain extends baseModule { ), 'forceLogoff' => array( "Headline" => _("Disconnect users outside logon hours"), - "Text" => _("Disconnects users if they are loggen in outside logon hours.") + "Text" => _("Disconnects users if they are logged in outside logon hours.") ), 'refuseMachinePwdChange' => array( "Headline" => _("Allow machine password changes"),