Code

Made string better translateable
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 2 May 2006 07:38:01 +0000 (07:38 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 2 May 2006 07:38:01 +0000 (07:38 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3177 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/personal/posix/class_posixAccount.inc

index 4ac237f2eab6a140881da39c26007c64ba3b3fcb..a5e707d64582c48f6f5016128fc06da7c9aab9aa 100644 (file)
@@ -120,7 +120,7 @@ class posixAccount extends plugin
       if (($current >= $this->shadowExpire) && $this->shadowExpire){
         $this->status= _("expired");
         if (($current - $this->shadowExpire) < $this->shadowInactive){
-          $this->status.= _(", grace time active");
+          $this->status.= ", "._("grace time active");
         }
       } elseif (($this->shadowLastChange + $this->shadowMin) >= $current){
         $this->status= _("active, password not changable");