// fix js arg missing for translations in javascript

This commit is contained in:
Rémi Gaillard
2012-12-12 19:07:29 +01:00
parent 02f3c3c1cc
commit 91ba2bfa2e
10 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ var customizationIdMessage = '{l s='Customization #' mod='blockcart' js=1}';
var removingLinkText = '{l s='remove this product from my cart' mod='blockcart' js=1}';
var freeShippingTranslation = '{l s='Free shipping!' mod='blockcart' js=1}';
var freeProductTranslation = '{l s='Free!' mod='blockcart' js=1}';
var delete_txt = '{l s='Delete' mod='blockcart'}';
var delete_txt = '{l s='Delete' mod='blockcart' js=1}';
</script>