From f31eb37f37aeb3f859795544e80302d3387c8a14 Mon Sep 17 00:00:00 2001 From: djfm Date: Fri, 18 Oct 2013 12:53:16 +0000 Subject: [PATCH] // improved translations in carriercompare --- modules/carriercompare/carriercompare.php | 8 ++++---- modules/carriercompare/template/carriercompare.tpl | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/carriercompare/carriercompare.php b/modules/carriercompare/carriercompare.php index a4a7a419a..a2029b489 100755 --- a/modules/carriercompare/carriercompare.php +++ b/modules/carriercompare/carriercompare.php @@ -290,15 +290,15 @@ class CarrierCompare extends Module 'input' => array( array( 'type' => 'select', - 'label' => $this->l('Refresh carrier list method'), + 'label' => $this->l('How to refresh the carrier list?'), 'name' => 'SE_RERESH_METHOD', 'required' => false, - 'desc' => $this->l('How would you like to refresh information for a customer?'), + 'desc' => $this->l('This determines when the list of carriers presented to the customer is updated.'), 'default_value' => (int)$this->context->country->id, 'options' => array( 'query' => array( - array('id' => 0, 'name' => $this->l('Anytime')), - array('id' => 1, 'name' => $this->l('The required information is set.')) + array('id' => 0, 'name' => $this->l('Automatically with each field change')), + array('id' => 1, 'name' => $this->l('When the customer clicks on the "Estimate Shipping Cost" button')) ), 'id' => 'id', 'name' => 'name', diff --git a/modules/carriercompare/template/carriercompare.tpl b/modules/carriercompare/template/carriercompare.tpl index 0f28d8f18..ceb265ea2 100755 --- a/modules/carriercompare/template/carriercompare.tpl +++ b/modules/carriercompare/template/carriercompare.tpl @@ -88,7 +88,7 @@ PS_SE_HandleEvent();

- +