summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 00295cb)
raw | patch | inline | side by side (parent: 00295cb)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 10 Mar 2008 15:07:26 +0000 (15:07 +0000) | ||
committer | cajus <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 | patch | blob | history | |
gosa-plugins/systems/admin/systems/class_divListSystemService.inc | patch | blob | history |
diff --git a/gosa-plugins/systems/admin/systems/class_divListSystem.inc b/gosa-plugins/systems/admin/systems/class_divListSystem.inc
index 37a0893b1af0f23bd69b370f6a9807bb9e3bedb9..3a20ba4981af5a586c8003647c59168627afe296 100644 (file)
/* 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 240ac3d02dafea9322b4c523f86c89f67fc8c802..a29118718fccdf133ae6a512974ecd89a4fda2ab 100644 (file)
$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);