summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ad9b369)
raw | patch | inline | side by side (parent: ad9b369)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 6 Oct 2008 09:38:08 +0000 (09:38 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 6 Oct 2008 09:38:08 +0000 (09:38 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12602 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/systems/admin/systems/class_divListSystem.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 aabd94781d0fd36eb58e27ce0ccc6bf3f360c26d..ab7d803d940844d98c910357a7c400bed27dc477 100644 (file)
/* 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")){