From: hickert Date: Thu, 20 May 2010 09:23:37 +0000 (+0000) Subject: Added translation tags to property description. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=acf572056f4d629e96a3b95828db503179e4d9ad;p=gosa.git Added translation tags to property description. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18577 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/fai/admin/fai/class_faiVariable.inc b/gosa-plugins/fai/admin/fai/class_faiVariable.inc index af42beaa8..870028dba 100644 --- a/gosa-plugins/fai/admin/fai/class_faiVariable.inc +++ b/gosa-plugins/fai/admin/fai/class_faiVariable.inc @@ -400,7 +400,7 @@ class faiVariable extends plugin "name" => "faiVariableRDN", "type" => "rdn", "default" => "ou=variables,", - "description" => "The 'faiVariableRDN' statement defines the location where new fai-variables will be created. The default is 'ou=variables,'.", + "description" => _("The 'faiVariableRDN' statement defines the location where new fai-variables will be created. The default is 'ou=variables,'."), "check" => "gosaProperty::isRdn", "migrate" => "migrate_faiVariableRDN", "group" => "plugin",