From: cajus Date: Tue, 30 Nov 2010 16:55:54 +0000 (+0000) Subject: plProperty updates X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=1faa8d1b2c21915c20b6d39ee9a2550076963eea;p=gosa.git plProperty updates git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20442 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc b/gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc index 7aa13dfdb..db2febb4d 100644 --- a/gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc +++ b/gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc @@ -712,7 +712,7 @@ class workgeneric extends plugin "name" => "workstationRDN", "type" => "rdn", "default" => "ou=workstations,ou=systems,", - "description" => _("The 'workstationRDN' statement defines the location where new workstations will be created. The default is 'ou=workstations,ou=systems,'."), + "description" => _("RDN for workstation storage."), "check" => "gosaProperty::isRdn", "migrate" => "migrate_workstationRDN", "group" => "plugin", @@ -722,7 +722,7 @@ class workgeneric extends plugin "name" => "systemIsoHook", "type" => "command", "default" => "", - "description" => _("To enable the burn CD image function, you can specify the 'systemIsoHook'. You will get a CD symbol in the systems list - which calls the hook if pressed."), + "description" => _("Script to create system ISO images."), "check" => "gosaProperty::isCommand", "migrate" => "", "group" => "plugin",