From 16216d2044dd7b2be2dd8c56890f6807dea172c2 Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 23 Jun 2008 11:36:08 +0000 Subject: [PATCH] Fixed typo changable changeable git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11404 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/plugins/personal/posix/class_posixAccount.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.30.2