From 9ba17d642a724311c0c0c8a6c16a2213e7defb71 Mon Sep 17 00:00:00 2001 From: djfm Date: Tue, 30 Jul 2013 09:30:41 +0000 Subject: [PATCH 1/2] // 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 @@
diff --git a/admin-dev/themes/default/template/controllers/products/pack.tpl b/admin-dev/themes/default/template/controllers/products/pack.tpl index f46bc77fe..72ed306db 100644 --- a/admin-dev/themes/default/template/controllers/products/pack.tpl +++ b/admin-dev/themes/default/template/controllers/products/pack.tpl @@ -24,8 +24,8 @@ *}

{l s='Pack'}

diff --git a/themes/live_edit.tpl b/themes/live_edit.tpl index e9a7a5f94..52f28163b 100644 --- a/themes/live_edit.tpl +++ b/themes/live_edit.tpl @@ -28,7 +28,7 @@ {/if} var lastMove = ''; var saveOK = '{l s='Module position saved' js=1}'; - var confirmClose = "{l s="Are you sure? If you close this window, its position won't be saved" js=1}"; + var confirmClose = "{l s='Are you sure? If you close this window, its position won't be saved' js=1}"; var close = '{l s='Close' js=1}'; var cancel = '{l s='Cancel' js=1}'; var confirm = '{l s='Confirm' js=1}';