From: hickert Date: Thu, 20 May 2010 09:23:54 +0000 (+0000) Subject: Added translation tags to property description. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=b80207bef963c822bac8126922f0be7111fe6809;p=gosa.git Added translation tags to property description. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18584 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/systems/admin/systems/class_systemManagement.inc b/gosa-plugins/systems/admin/systems/class_systemManagement.inc index 7692dc27a..841f8cd3b 100644 --- a/gosa-plugins/systems/admin/systems/class_systemManagement.inc +++ b/gosa-plugins/systems/admin/systems/class_systemManagement.inc @@ -1432,7 +1432,7 @@ class systemManagement extends management "name" => "systemRDN", "type" => "rdn", "default" => "ou=systems,", - "description" => "The 'systemRDN' statement defines the location where new systems will be created. The default is 'ou=systems,'.", + "description" => _("The 'systemRDN' statement defines the location where new systems will be created. The default is 'ou=systems,'."), "check" => "gosaProperty::isRdn", "migrate" => "migrate_systemRDN", "group" => "plugin",