From: hickert Date: Wed, 12 Jul 2006 11:50:03 +0000 (+0000) Subject: Fixed typo X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a04db488c24a9f5348041a10bc0a3c267fb58bd8;p=gosa.git Fixed typo git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4127 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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"))); }