This commit is contained in:
Vincent Augagneur
2013-11-06 10:56:56 +01:00
parent 37e0556c36
commit c16c239953
@@ -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',