updated help

This commit is contained in:
Roland Gruber 2007-10-28 15:06:59 +00:00
parent 66303724ee
commit 2335e1887c
1 changed files with 3 additions and 3 deletions

View File

@ -152,7 +152,7 @@ class shadowAccount extends baseModule {
$return['help'] = array ( $return['help'] = array (
'shadowWarning' => array ( 'shadowWarning' => array (
"Headline" => _("Password warning"), "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 ( 'shadowInactive' => array (
"Headline" => _("Password expiration"), "Headline" => _("Password expiration"),
@ -160,11 +160,11 @@ class shadowAccount extends baseModule {
), ),
'shadowMin' => array ( 'shadowMin' => array (
"Headline" => _("Minimum password age"), "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 ( 'shadowMax' => array (
"Headline" => _("Maximum password age"), "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 ( 'shadowExpire' => array (
"Headline" => _("Account expiration date"), "Headline" => _("Account expiration date"),