Code

Fixed typo
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 23 Jun 2008 11:36:08 +0000 (11:36 +0000)
committerhickert <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

gosa-core/plugins/personal/posix/class_posixAccount.inc

index af6156898cfdde1527cbfdf65ff6f7f381844b05..dcb3adfac65a3dffa55c2914251b6071981c6076 100644 (file)
@@ -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 {