From 2335e1887c08ba177960fd60b40074cb40a84d70 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sun, 28 Oct 2007 15:06:59 +0000 Subject: [PATCH] updated help --- lam/lib/modules/shadowAccount.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lam/lib/modules/shadowAccount.inc b/lam/lib/modules/shadowAccount.inc index 65cf9b61..a79930bd 100644 --- a/lam/lib/modules/shadowAccount.inc +++ b/lam/lib/modules/shadowAccount.inc @@ -152,7 +152,7 @@ class shadowAccount extends baseModule { $return['help'] = array ( 'shadowWarning' => array ( "Headline" => _("Password warning"), - "Text" => _("Days before password is to expire that user is warned of pending password expiration. If set value must be 0<."). ' '. _("Can be left empty.") + "Text" => _("Days before password is to expire that user is warned of pending password expiration. If set value must be >0."). ' '. _("Can be left empty.") ), 'shadowInactive' => array ( "Headline" => _("Password expiration"), @@ -160,11 +160,11 @@ class shadowAccount extends baseModule { ), 'shadowMin' => array ( "Headline" => _("Minimum password age"), - "Text" => _("Number of days a user has to wait until he is allowed to change his password again. If set value must be 0<."). ' '. _("Can be left empty.") + "Text" => _("Number of days a user has to wait until he is allowed to change his password again. If set value must be >0."). ' '. _("Can be left empty.") ), 'shadowMax' => array ( "Headline" => _("Maximum password age"), - "Text" => _("Number of days after a user has to change his password again. If set value must be 0<."). ' '. _("Can be left empty.") + "Text" => _("Number of days after a user has to change his password again. If set value must be >0."). ' '. _("Can be left empty.") ), 'shadowExpire' => array ( "Headline" => _("Account expiration date"),