summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 259a6dd)
raw | patch | inline | side by side (parent: 259a6dd)
author | opensides <opensides@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 17 Jun 2008 17:58:09 +0000 (17:58 +0000) | ||
committer | opensides <opensides@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 17 Jun 2008 17:58:09 +0000 (17:58 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11350 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/plugins/personal/posix/class_posixAccount.inc | patch | blob | history |
diff --git a/gosa-core/plugins/personal/posix/class_posixAccount.inc b/gosa-core/plugins/personal/posix/class_posixAccount.inc
index 0b846e3ec6b4d583838900bfaf6e749ca8e29e51..af6156898cfdde1527cbfdf65ff6f7f381844b05 100644 (file)
"<input name=\"shadowMax\" size=3 maxlength=4 value=\"".$this->shadowMax."\">"));
$shadowInactiveACL= $this->getacl("shadowInactive",$SkipWrite);
- $smarty->assign("shadowinactives", sprintf(_("Disable account after %s days of inactivity after password expiery"),
+ $smarty->assign("shadowinactives", sprintf(_("Disable account after %s days of inactivity after password expiry"),
"<input name=\"shadowInactive\" size=3 maxlength=4 value=\"".$this->shadowInactive."\">"));
$shadowWarningACL = $this->getacl("shadowWarning",$SkipWrite);
- $smarty->assign("shadowwarnings", sprintf(_("Warn user %s days before password expiery"),
+ $smarty->assign("shadowwarnings", sprintf(_("Warn user %s days before password expiry"),
"<input name=\"shadowWarning\" size=3 maxlength=4 value=\"".$this->shadowWarning."\">"));
foreach( array("activate_shadowMin", "activate_shadowMax",