From: hickert Date: Thu, 20 May 2010 09:23:27 +0000 (+0000) Subject: Added translation tags to property description. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7c09450d103613ea340b42a4617cfc706db109ff;p=gosa.git Added translation tags to property description. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18574 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/fai/admin/fai/class_faiProfile.inc b/gosa-plugins/fai/admin/fai/class_faiProfile.inc index b7d46b1d0..796189f15 100644 --- a/gosa-plugins/fai/admin/fai/class_faiProfile.inc +++ b/gosa-plugins/fai/admin/fai/class_faiProfile.inc @@ -366,7 +366,7 @@ class faiProfile extends plugin "name" => "faiProfileRDN", "type" => "rdn", "default" => "ou=profiles,", - "description" => "The 'faiProfileRDN' statement defines the location where new fai-profiles will be created. The default is 'ou=profiles,'.", + "description" => _("The 'faiProfileRDN' statement defines the location where new fai-profiles will be created. The default is 'ou=profiles,'."), "check" => "gosaProperty::isRdn", "migrate" => "migrate_faiProfileRDN", "group" => "plugin",