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..fe581278d 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,15 +24,15 @@
*}
{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"}
{if $input.name == 'zones'}
{include file='controllers/carrier_wizard/helpers/form/form_ranges.tpl'}
{/if}
{$smarty.block.parent}
diff --git a/admin-dev/themes/default/template/controllers/carrier_wizard/helpers/form/form_ranges.tpl b/admin-dev/themes/default/template/controllers/carrier_wizard/helpers/form/form_ranges.tpl
index bbb20176f..3810a3809 100644
--- a/admin-dev/themes/default/template/controllers/carrier_wizard/helpers/form/form_ranges.tpl
+++ b/admin-dev/themes/default/template/controllers/carrier_wizard/helpers/form/form_ranges.tpl
@@ -29,7 +29,7 @@
{foreachelse}
- {l s="Validate"}
+ {l s='Validate'}
{/foreach}
@@ -49,7 +49,7 @@
{if $smarty.foreach.ranges.first}
{else}
- {l s="Delete"}
+ {l s='Delete'}
{/if}
{/foreach}
diff --git a/admin-dev/themes/default/template/controllers/carrier_wizard/helpers/view/view.tpl b/admin-dev/themes/default/template/controllers/carrier_wizard/helpers/view/view.tpl
index 0be09cf90..aea0be3e4 100644
--- a/admin-dev/themes/default/template/controllers/carrier_wizard/helpers/view/view.tpl
+++ b/admin-dev/themes/default/template/controllers/carrier_wizard/helpers/view/view.tpl
@@ -29,8 +29,8 @@
var labelNext = '{$labels.next|addslashes}';
var labelPrevious = '{$labels.previous|addslashes}';
var labelFinish = '{$labels.finish|addslashes}';
- var labelDelete = '{l s="Delete" js=1}';
- var labelValidate = '{l s="Validate" js=1}';
+ var labelDelete = '{l s='Delete' js=1}';
+ var labelValidate = '{l s='Validate' js=1}';
var validate_url = '{$validate_url|addslashes}';
var carrierlist_url = '{$carrierlist_url|addslashes}';
var nbr_steps = {$wizard_steps.steps|count};
diff --git a/admin-dev/themes/default/template/controllers/carrier_wizard/logo.tpl b/admin-dev/themes/default/template/controllers/carrier_wizard/logo.tpl
index db611b901..d8e5c69b6 100644
--- a/admin-dev/themes/default/template/controllers/carrier_wizard/logo.tpl
+++ b/admin-dev/themes/default/template/controllers/carrier_wizard/logo.tpl
@@ -37,7 +37,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/controllers/admin/AdminCarrierWizardController.php b/controllers/admin/AdminCarrierWizardController.php
index ac95b60fc..359b9052b 100644
--- a/controllers/admin/AdminCarrierWizardController.php
+++ b/controllers/admin/AdminCarrierWizardController.php
@@ -61,20 +61,20 @@ class AdminCarrierWizardControllerCore extends AdminController
'name' => 'carrier_wizard',
'steps' => array(
array(
- 'title' => $this->l('General'),
- 'desc' => $this->l('General'),
+ 'title' => $this->l('General settings'),
+ 'desc' => $this->l('General settings'),
),
array(
- 'title' => $this->l('Where and how much ?'),
- 'desc' => $this->l('Where and how much ?'),
+ 'title' => $this->l('Shipping locations and costs'),
+ 'desc' => $this->l('Shipping locations and costs'),
),
array(
- 'title' => $this->l('What and to who ?'),
- 'desc' => $this->l('What and to who ?'),
+ 'title' => $this->l('Size, weight, and group access'),
+ 'desc' => $this->l('Size, weight, and group access'),
),
array(
- 'title' => $this->l('Resume'),
- 'desc' => $this->l('Resume'),
+ 'title' => $this->l('Summary'),
+ 'desc' => $this->l('Summary'),
),
));
@@ -160,7 +160,7 @@ class AdminCarrierWizardControllerCore extends AdminController
'input' => array(
array(
'type' => 'text',
- 'label' => $this->l('Company:'),
+ 'label' => $this->l('Carrier name:'),
'name' => 'name',
'size' => 25,
'required' => true,
@@ -182,7 +182,7 @@ class AdminCarrierWizardControllerCore extends AdminController
),
array(
'type' => 'text',
- 'label' => $this->l('Speed Grade:'),
+ 'label' => $this->l('Speed grade:'),
'name' => 'grade',
'required' => false,
'size' => 1,
@@ -190,7 +190,7 @@ class AdminCarrierWizardControllerCore extends AdminController
),
array(
'type' => 'text',
- 'label' => $this->l('URL:'),
+ 'label' => $this->l('Tracking URL:'),
'name' => 'url',
'size' => 40,
'desc' => $this->l('Delivery tracking URL: Type \'@\' where the tracking number should appear. It will then be automatically replaced by the tracking number.')
@@ -338,7 +338,7 @@ class AdminCarrierWizardControllerCore extends AdminController
'id' => 'id',
'name' => 'name'
),
- 'desc' => $this->l('Out-of-range behavior occurs when none is defined (e.g. when a customer\'s cart weight is greater than the highest range limit)')
+ 'desc' => $this->l('Out-of-range behavior occurs when no defined range matches the customer\'s cart (e.g. when the weight of the cart is greater than the highest weight limit defined by the weight ranges)')
),
array(
'type' => 'text',
@@ -346,7 +346,7 @@ class AdminCarrierWizardControllerCore extends AdminController
'name' => 'max_height',
'required' => false,
'size' => 10,
- 'desc' => $this->l('Maximum height managed by this carrier. Set the value to "0," or leave this field blank to ignore.')
+ 'desc' => $this->l('Maximum height managed by this carrier. Set the value to "0", or leave this field blank to ignore.')
),
array(
'type' => 'text',
@@ -354,7 +354,7 @@ class AdminCarrierWizardControllerCore extends AdminController
'name' => 'max_width',
'required' => false,
'size' => 10,
- 'desc' => $this->l('Maximum width managed by this carrier. Set the value to "0," or leave this field blank to ignore.')
+ 'desc' => $this->l('Maximum width managed by this carrier. Set the value to "0", or leave this field blank to ignore.')
),
array(
'type' => 'text',
@@ -362,7 +362,7 @@ class AdminCarrierWizardControllerCore extends AdminController
'name' => 'max_depth',
'required' => false,
'size' => 10,
- 'desc' => $this->l('Maximum depth managed by this carrier. Set the value to "0," or leave this field blank to ignore.')
+ 'desc' => $this->l('Maximum depth managed by this carrier. Set the value to "0", or leave this field blank to ignore.')
),
array(
'type' => 'text',
@@ -370,7 +370,7 @@ class AdminCarrierWizardControllerCore extends AdminController
'name' => 'max_weight',
'required' => false,
'size' => 10,
- 'desc' => $this->l('Maximum weight managed by this carrier. Set the value to "0," or leave this field blank to ignore.')
+ 'desc' => $this->l('Maximum weight managed by this carrier. Set the value to "0", or leave this field blank to ignore.')
),
array(
'type' => 'group',
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}';