//typo
This commit is contained in:
@@ -254,7 +254,7 @@ class AdminCarrierWizardControllerCore extends AdminController
|
||||
),
|
||||
array(
|
||||
'type' => 'switch',
|
||||
'label' => $this->l('Apply shipping cost:'),
|
||||
'label' => $this->l('Free Shipping:'),
|
||||
'name' => 'is_free',
|
||||
'required' => false,
|
||||
'class' => 't',
|
||||
@@ -270,7 +270,6 @@ class AdminCarrierWizardControllerCore extends AdminController
|
||||
'label' => '<img src="../img/admin/enabled.gif" alt="'.$this->l('Yes').'" title="'.$this->l('Yes').'" />'
|
||||
)
|
||||
),
|
||||
'hint' => $this->l('Apply both regular shipping cost and product-specific shipping costs.')
|
||||
),
|
||||
array(
|
||||
'type' => 'radio',
|
||||
|
||||
Reference in New Issue
Block a user