From 5cd1da5f29db1ebb9852fc355b06fe05685ae078 Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 20 May 2010 09:23:39 +0000 Subject: [PATCH] Added translation tags to property description. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18578 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/plugins/admin/groups/class_group.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-core/plugins/admin/groups/class_group.inc b/gosa-core/plugins/admin/groups/class_group.inc index f500934b0..0ffdff7b7 100644 --- a/gosa-core/plugins/admin/groups/class_group.inc +++ b/gosa-core/plugins/admin/groups/class_group.inc @@ -1026,7 +1026,7 @@ class group extends plugin "name" => "ogroupRDN", "type" => "rdn", "default" => "ou=groups,", - "description" => "The 'ogroupRDN' statement defines the location where new accounts will be created. The default is 'ou=groups,'.", + "description" => _("The 'ogroupRDN' statement defines the location where new accounts will be created. The default is 'ou=groups,'."), "check" => "gosaProperty::isRdn", "migrate" => "migrate_ogroupRDN", "group" => "plugin", -- 2.30.2