Code

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

gosa-plugins/goto/personal/environment/class_environment.inc

index 8ee40274ba20f75b0ff178f32b38ca54b9e0c8e4..483d05108c60c3d3dade19bcfce7a382628a88e5 100644 (file)
@@ -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",