fixed typos

This commit is contained in:
Roland Gruber 2008-04-15 14:31:17 +00:00
parent 86b627eef1
commit a4c521b52a
2 changed files with 2 additions and 2 deletions

View File

@ -179,7 +179,7 @@ $helpArray = array (
'<li>' . _('The first line is the subject.') . '</li>' .
'<li>' . _('All following lines form the mail body.') . '</li>' .
'<li>' . _('You can use wildcards for LDAP attributes in the form @@attribute@@ (e.g. @@uid@@ for the user name).') . '</li>' .
'<li>' . _('The wildcard for the new password is @@newPasssword@@.') . '</li>'),
'<li>' . _('The wildcard for the new password is @@newPassword@@.') . '</li>'),
// 600 - 699
// Roland Gruber
// OU-editor, domain page

View File

@ -112,7 +112,7 @@ class sambaDomain extends baseModule {
),
'lockoutThreshold' => array(
"Headline" => _("Lockout users after bad logon attempts"),
"Text" => _("This is the number of bad logon attempts (0 - 999) before the accounts is deactivated. 0 means unlimited attempts.")
"Text" => _("This is the number of bad logon attempts (0 - 999) before the account is deactivated. 0 means unlimited attempts.")
),
'minPwdAge' => array(
"Headline" => _("Minimum password age"),