Code

Fixed typo
[gosa.git] / 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 */