---
 .../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

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches

Reply via email to