From: cajus Date: Tue, 30 Nov 2010 16:56:31 +0000 (+0000) Subject: plProperty updates X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=94a9d7bc800dfb3a23905278b35ae909eb2d6340;p=gosa.git plProperty updates git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20450 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/goto/personal/environment/class_environment.inc b/gosa-plugins/goto/personal/environment/class_environment.inc index 8ee40274b..483d05108 100644 --- a/gosa-plugins/goto/personal/environment/class_environment.inc +++ b/gosa-plugins/goto/personal/environment/class_environment.inc @@ -1783,7 +1783,7 @@ class environment extends plugin "name" => "resolutions", "type" => "file", "default" => "", - "description" => _("The 'resolutions' variable defines a plain text file which contains additional resolutions to be shown in the environment and system plugins."), + "description" => _("File containing additional resolutions for workstations and thin clients."), "check" => "gosaProperty::isReadableFile", "migrate" => "", "group" => "environment", @@ -1793,7 +1793,7 @@ class environment extends plugin "name" => "kioskPath", "type" => "path", "default" => "/var/spool/kiosk", - "description" => _("In order to make full use of the environment plugin, you may want to define the location where kiosk profiles will be stored on the servers harddisk. This is done by the 'kioskPath' keyword"), + "description" => _("Directory to store KDE kiosk profiles."), "check" => "gosaProperty::isWriteablePath", "migrate" => "", "group" => "environment",