Code

Removed info
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 10 Mar 2008 15:07:26 +0000 (15:07 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 10 Mar 2008 15:07:26 +0000 (15:07 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9602 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/systems/admin/systems/class_divListSystem.inc
gosa-plugins/systems/admin/systems/class_divListSystemService.inc

index 37a0893b1af0f23bd69b370f6a9807bb9e3bedb9..3a20ba4981af5a586c8003647c59168627afe296 100644 (file)
@@ -64,7 +64,6 @@ class divListSystem extends MultiSelectWindow
 
     /* Result page will look like a headpage */
     $this->SetHeadpageMode();
-    $this->SetInformation(_("This menu allows you to add, remove and change the properties of specific systems. You can only add systems which have already been started once."));
 
     $this->EnableAplhabet   (true);
 
index 240ac3d02dafea9322b4c523f86c89f67fc8c802..a29118718fccdf133ae6a512974ecd89a4fda2ab 100644 (file)
@@ -39,7 +39,7 @@ class divListSystemService extends MultiSelectWindow
     $this->SetSummary(_("Installed services"));
 
     /* Result page will look like a headpage */
-    $this->SetInformation(_("This menu allows you to add, remove and configure the properties of a specific service."));
+    $this->SetInformation(_("Add, remove and configure the properties of system services here."));
 
     /* Disable buttonsm */
     $this->EnableCloseButton(false);