From: hickert Date: Mon, 23 Jun 2008 11:36:08 +0000 (+0000) Subject: Fixed typo X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=16216d2044dd7b2be2dd8c56890f6807dea172c2;p=gosa.git Fixed typo changable changeable git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11404 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 af6156898..dcb3adfac 100644 --- a/gosa-core/plugins/personal/posix/class_posixAccount.inc +++ b/gosa-core/plugins/personal/posix/class_posixAccount.inc @@ -156,7 +156,7 @@ class posixAccount extends plugin $this->status.= ", "._("grace time active"); } } elseif (($this->shadowLastChange + $this->shadowMin) >= $current){ - $this->status= _("active").", "._("password not changable"); + $this->status= _("active").", "._("password not changeable"); } elseif (($this->shadowLastChange + $this->shadowMax) >= $current){ $this->status= _("active").", "._("password expired"); } else {