diff --git a/sites/all/modules/commerce/modules/price/commerce_price.module b/sites/all/modules/commerce/modules/price/commerce_price.module
index a1efb04..370cd94 100644
--- a/modules/price/commerce_price.module
+++ b/modules/price/commerce_price.module
@@ -428,7 +428,7 @@ function commerce_price_field_formatter_view($entity_type, $entity, $field, $ins
 
         // Add the actual field value to the array.
         $components['commerce_price_formatted_amount'] = array(
-          'title' => check_plain($instance['label']),
+          'title' => check_plain(t($instance['label'])),
           'price' => $item,
           'weight' => $weight + 1,
         );
