From: opensides Date: Tue, 17 Jun 2008 17:58:09 +0000 (+0000) Subject: - Correcting spelling mistake X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f78277fa915f634393a2e9cefa3c398e60ee4006;p=gosa.git - Correcting spelling mistake git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11350 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/plugins/personal/posix/class_posixAccount.inc b/gosa-core/plugins/personal/posix/class_posixAccount.inc index 0b846e3ec..af6156898 100644 --- a/gosa-core/plugins/personal/posix/class_posixAccount.inc +++ b/gosa-core/plugins/personal/posix/class_posixAccount.inc @@ -470,11 +470,11 @@ class posixAccount extends plugin "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"), "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"), "shadowWarning."\">")); foreach( array("activate_shadowMin", "activate_shadowMax",