// CarrierWizard: English Strings reviewed and corrected

This commit is contained in:
djfm
2013-07-30 09:30:41 +00:00
parent 192940946d
commit 9ba17d642a
3 changed files with 19 additions and 19 deletions
@@ -24,8 +24,8 @@
*}
{extends file="helpers/form/form.tpl"}
{block name="script"}
var string_price = '{l s="Will be applied when the price will be:" js=1}';
var string_weight = '{l s="Will be applied when the weight will be:" js=1}';
var string_price = '{l s="Will be applied when the price is" js=1}';
var string_weight = '{l s="Will be applied when the weight is" js=1}';
{/block}
{block name="field"}
@@ -26,7 +26,7 @@
<script type="text/javascript">
var summary_translation_undefined = '{l s='[undefined]' js='1'}';
var summary_translation_meta_informations = '{l s='This carrier is @s1 and display to the customers the following delay: @s2.' js='1'}';
var summary_translation_meta_informations = '{l s='This carrier is @s1 and the displayed delivery time is: @s2.' js=1}';
var summary_translation_free = '<strong>{l s='free' js='1'}</strong>';
var summary_translation_paid = '<strong>{l s='paid' js='1'}</strong>';