From: cajus Date: Mon, 10 Mar 2008 15:07:26 +0000 (+0000) Subject: Removed info X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=742c98c9a9dc680c4f333155e7a41c1195a35bd9;p=gosa.git Removed info git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9602 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/systems/admin/systems/class_divListSystem.inc b/gosa-plugins/systems/admin/systems/class_divListSystem.inc index 37a0893b1..3a20ba498 100644 --- a/gosa-plugins/systems/admin/systems/class_divListSystem.inc +++ b/gosa-plugins/systems/admin/systems/class_divListSystem.inc @@ -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); diff --git a/gosa-plugins/systems/admin/systems/class_divListSystemService.inc b/gosa-plugins/systems/admin/systems/class_divListSystemService.inc index 240ac3d02..a29118718 100644 --- a/gosa-plugins/systems/admin/systems/class_divListSystemService.inc +++ b/gosa-plugins/systems/admin/systems/class_divListSystemService.inc @@ -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);