From: hickert Date: Thu, 20 May 2010 09:23:49 +0000 (+0000) Subject: Added translation tags to property description. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=57d61924e577958fe618769ea1da9bdaeec4de77;p=gosa.git Added translation tags to property description. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18582 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/systems/admin/systems/class_componentGeneric.inc b/gosa-plugins/systems/admin/systems/class_componentGeneric.inc index db2390abd..4c4a3f4e0 100644 --- a/gosa-plugins/systems/admin/systems/class_componentGeneric.inc +++ b/gosa-plugins/systems/admin/systems/class_componentGeneric.inc @@ -303,7 +303,7 @@ class componentGeneric extends plugin "name" => "componentRDN", "type" => "rdn", "default" => "ou=netdevices,ou=systems,", - "description" => "The 'componentRDN' statement defines the location where new components will be created. The default is 'ou=netdevices,ou=systems,'.", + "description" => _("The 'componentRDN' statement defines the location where new components will be created. The default is 'ou=netdevices,ou=systems,'."), "check" => "gosaProperty::isRdn", "migrate" => "migrate_componentRDN", "group" => "plugin",