Code

Updated OPSI spelling
[gosa.git] / gosa-plugins / systems / admin / systems / class_divListSystem.inc
index aabd94781d0fd36eb58e27ce0ccc6bf3f360c26d..ab7d803d940844d98c910357a7c400bed27dc477 100644 (file)
@@ -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")){