Code

Fixed typo
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 1 Sep 2008 14:02:28 +0000 (14:02 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 1 Sep 2008 14:02:28 +0000 (14:02 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12333 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/fai/admin/fai/class_divListFai.inc

index f31cd2920504a203b812ab400b56c1f727f378a0..3b57ea41d79c9dd06f34368d1025e22f45f1b7df 100644 (file)
@@ -74,9 +74,9 @@ class divListFai extends MultiSelectWindow
      */
     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 pruducts")   ,true);
+        _("Opsi netboot product")),_("Show opsi netboot products")   ,true);
       $this->AddCheckBox("ShowOpsiLocal" , sprintf(_("Display objects of type '%s'."),
-        _("Opsi local product")),_("Show opsi locale pruducts")   ,true);
+        _("Opsi local product")),_("Show opsi locale products")   ,true);
     }
 
     /* Add SubSearch checkbox */