summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3daeeb5)
raw | patch | inline | side by side (parent: 3daeeb5)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 6 Oct 2008 09:36:51 +0000 (09:36 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 6 Oct 2008 09:36:51 +0000 (09:36 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12601 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/fai/admin/fai/class_divListFai.inc | patch | blob | history |
diff --git a/gosa-plugins/fai/admin/fai/class_divListFai.inc b/gosa-plugins/fai/admin/fai/class_divListFai.inc
index 3b57ea41d79c9dd06f34368d1025e22f45f1b7df..c864d3de57626c4253c978052721d5c30efa6da3 100644 (file)
*/
if($this->parent->opsi instanceof opsi && $this->parent->opsi->enabled()){
$this->AddCheckBox("ShowOpsiNetboot" , sprintf(_("Display objects of type '%s'."),
- _("Opsi netboot product")),_("Show opsi netboot products") ,true);
+ _("OPSI netboot product")),_("Show netboot products") ,true);
$this->AddCheckBox("ShowOpsiLocal" , sprintf(_("Display objects of type '%s'."),
- _("Opsi local product")),_("Show opsi locale products") ,true);
+ _("OPSI local product")),_("Show local products") ,true);
}
/* Add SubSearch checkbox */