Code

plProperty updates
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 30 Nov 2010 16:55:54 +0000 (16:55 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 30 Nov 2010 16:55:54 +0000 (16:55 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20442 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc

index 7aa13dfdb29ec4d57e5c68b76522a857455ad679..db2febb4ddfd6300de06f77870c86bb5443ed18f 100644 (file)
@@ -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",