Misspell: Quanity -> Quantity
authorBernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Thu, 5 Aug 2010 20:19:13 +0000 (17:19 -0300)
committerGalen Charlton <gmcharlt@gmail.com>
Sun, 17 Oct 2010 17:47:06 +0000 (13:47 -0400)
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tmpl

index 1534e75..3227036 100644 (file)
@@ -21,7 +21,7 @@ function Check(ff) {
 
     if (!(isNum(ff.quantity,0))){
         ok=1;
-                    _alertString += "\n- " + _("Quanity must be greater than '0'");
+                    _alertString += "\n- " + _("Quantity must be greater than '0'");
     }
 
     if (!(isNum(ff.listprice,0))){