From 94a9d7bc800dfb3a23905278b35ae909eb2d6340 Mon Sep 17 00:00:00 2001 From: cajus Date: Tue, 30 Nov 2010 16:56:31 +0000 Subject: [PATCH] plProperty updates git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20450 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-plugins/goto/personal/environment/class_environment.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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", -- 2.30.2