/**
  * get the title from the carrier
  *
  * @param Mage_Shipping_Model_Carrier_Abstract
  * @return string
  */
 protected function getCarrierTitle(Mage_Shipping_Model_Carrier_Abstract $model)
 {
     // ensure consistent scope when we're querying config data
     return $model->setStore($this->config->getStore())->getConfigData('title');
 }