From a04db488c24a9f5348041a10bc0a3c267fb58bd8 Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 12 Jul 2006 11:50:03 +0000 Subject: [PATCH] Fixed typo git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4127 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/personal/connectivity/class_phpgwAccount.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/personal/connectivity/class_phpgwAccount.inc b/plugins/personal/connectivity/class_phpgwAccount.inc index 8e620127f..e315c7bb7 100644 --- a/plugins/personal/connectivity/class_phpgwAccount.inc +++ b/plugins/personal/connectivity/class_phpgwAccount.inc @@ -131,7 +131,7 @@ class phpgwAccount extends plugin return (array( "plDescription" => _("Intranet account settings"), "plSelfModify" => TRUE, "plDepends" => array("objectClass" => "gosaAccount"), - "phpgwAccountExpires" =>"#FIXME not translated."_("phpgwAccountExpires"), + "phpgwAccountExpires" =>"#FIXME not translated"._("phpgwAccountExpires"), "phpgwAccountStatus" =>_("phpgwAccountStatus"), "phpgwAccountType" =>_("phpgwAccountType"))); } -- 2.30.2