summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: dd2b9f6)
raw | patch | inline | side by side (parent: dd2b9f6)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 23 Jun 2008 11:36:08 +0000 (11:36 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 23 Jun 2008 11:36:08 +0000 (11:36 +0000) |
changable changeable
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11404 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11404 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 af6156898cfdde1527cbfdf65ff6f7f381844b05..dcb3adfac65a3dffa55c2914251b6071981c6076 100644 (file)
$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 {