diff --git a/controllers/admin/AdminCarrierWizardController.php b/controllers/admin/AdminCarrierWizardController.php index 033c0b02a..d37dc4669 100644 --- a/controllers/admin/AdminCarrierWizardController.php +++ b/controllers/admin/AdminCarrierWizardController.php @@ -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' => ''.$this->l('Yes').'' ) ), - 'hint' => $this->l('Apply both regular shipping cost and product-specific shipping costs.') ), array( 'type' => 'radio',