From 9ba17d642a724311c0c0c8a6c16a2213e7defb71 Mon Sep 17 00:00:00 2001 From: djfm Date: Tue, 30 Jul 2013 09:30:41 +0000 Subject: [PATCH] // CarrierWizard: English Strings reviewed and corrected --- .../carrier_wizard/helpers/form/form.tpl | 4 +-- .../controllers/carrier_wizard/summary.tpl | 2 +- .../admin/AdminCarrierWizardController.php | 32 +++++++++---------- 3 files changed, 19 insertions(+), 19 deletions(-) diff --git a/admin-dev/themes/default/template/controllers/carrier_wizard/helpers/form/form.tpl b/admin-dev/themes/default/template/controllers/carrier_wizard/helpers/form/form.tpl index eea8649a9..75af355e4 100644 --- a/admin-dev/themes/default/template/controllers/carrier_wizard/helpers/form/form.tpl +++ b/admin-dev/themes/default/template/controllers/carrier_wizard/helpers/form/form.tpl @@ -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"} diff --git a/admin-dev/themes/default/template/controllers/carrier_wizard/summary.tpl b/admin-dev/themes/default/template/controllers/carrier_wizard/summary.tpl index 42cfd89af..4bc5317d8 100644 --- a/admin-dev/themes/default/template/controllers/carrier_wizard/summary.tpl +++ b/admin-dev/themes/default/template/controllers/carrier_wizard/summary.tpl @@ -26,7 +26,7 @@