From: cajus Date: Tue, 30 Nov 2010 16:54:25 +0000 (+0000) Subject: plProperty updates X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=5c31fa0b7edbe2a00b572776ec4114f2b41dffe6;p=gosa.git plProperty updates git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20422 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/fai/admin/fai/class_faiManagement.inc b/gosa-plugins/fai/admin/fai/class_faiManagement.inc index 5c7ba8901..aa743164b 100644 --- a/gosa-plugins/fai/admin/fai/class_faiManagement.inc +++ b/gosa-plugins/fai/admin/fai/class_faiManagement.inc @@ -1282,7 +1282,7 @@ class faiManagement extends management "name" => "faiBaseRDN", "type" => "rdn", "default" => "ou=fai,ou=configs,ou=systems,", - "description" => _("The 'faiBaseRDN' statement defines the location where new fai objects will be created. The default is 'ou=fai,ou=configs,ou=systems,'."), + "description" => _("RDN for FAI storage."), "check" => "gosaProperty::isRdn", "migrate" => "migrate_faiBaseRDN", "group" => "plugin", @@ -1292,7 +1292,7 @@ class faiManagement extends management "name" => "defaultFaiRelease", "type" => "dn", "default" => "", - "description" => _("The 'defaultFaiRelease' property sets the default release, which gets selected in the fai management."), + "description" => _("Name of the FAI default release."), "check" => "gosaProperty::isDn", "migrate" => "", "group" => "fai",