From: cajus Date: Mon, 6 Oct 2008 09:38:08 +0000 (+0000) Subject: Updated OPSI spelling X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=27de4897b75c4d56b7fdd46b9669ecffe8c020b9;p=gosa.git Updated OPSI spelling git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12602 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 aabd94781..ab7d803d9 100644 --- a/gosa-plugins/systems/admin/systems/class_divListSystem.inc +++ b/gosa-plugins/systems/admin/systems/class_divListSystem.inc @@ -119,7 +119,7 @@ class divListSystem extends MultiSelectWindow /* Add opsi checkboxes if opsi is enabled */ if($this->parent->opsi instanceof opsi && $this->parent->opsi->enabled()){ $this->AddCheckBox("ShowOpsiHosts" , sprintf(_("Display objects of type '%s'."), - _("Opsi installed client")),_("Show opsi based clients") ,true); + _("OPSI installed client")),_("Show OPSI based clients") ,true); } if(class_available("printtabs")){