From d4f15da38477b1ac7ad4e35dce966a24c6264d78 Mon Sep 17 00:00:00 2001 From: cajus Date: Tue, 2 May 2006 07:38:01 +0000 Subject: [PATCH] Made string better translateable git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3177 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/personal/posix/class_posixAccount.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/personal/posix/class_posixAccount.inc b/plugins/personal/posix/class_posixAccount.inc index 4ac237f2e..a5e707d64 100644 --- a/plugins/personal/posix/class_posixAccount.inc +++ b/plugins/personal/posix/class_posixAccount.inc @@ -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"); -- 2.30.2