[Koha-patches] [PATCH] Misspell: Quanity -> Quantity

Bernardo Gonzalez Kriegel bgkriegel at gmail.com
Thu Aug 5 22:19:13 CEST 2010


---
 .../prog/en/modules/acqui/neworderempty.tmpl       |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tmpl
index 603d517..4df4fff 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tmpl
@@ -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))){
-- 
1.7.0.4



More information about the Koha-patches mailing list