From f5fe2f0b002b1809f8a8cb75cd9d08da73d7cecb Mon Sep 17 00:00:00 2001
From: Francisco Luz <franciscoferreiraluz@yahoo.com.au>
Date: Fri, 2 Sep 2011 01:14:38 -0400
Subject: [PATCH] Typos on the t function name.

---
 commerce_kickstart.install |    4 ++--
 commerce_kickstart.profile |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/commerce_kickstart.install b/commerce_kickstart.install
index ce715db..3c755b0 100644
--- a/commerce_kickstart.install
+++ b/commerce_kickstart.install
@@ -357,9 +357,9 @@ function commerce_kickstart_install() {
   $instance = array(
     'field_name' => 'field_image',
     'entity_type' => 'node',
-    'label' => 'Image',
+    'label' => t('Image'),
     'bundle' => 'article',
-    'description' => st('Upload an image to go with this article.'),
+    'description' => t('Upload an image to go with this article.'),
     'required' => FALSE,
 
     'settings' => array(
diff --git a/commerce_kickstart.profile b/commerce_kickstart.profile
index 0e7839a..8b47786 100644
--- a/commerce_kickstart.profile
+++ b/commerce_kickstart.profile
@@ -163,9 +163,9 @@ function _commerce_kickstart_create_product_image_field($entity_type, $bundle) {
   $instance = array(
     'field_name' => 'field_image',
     'entity_type' => $entity_type,
-    'label' => st('Image'),
+    'label' => t('Image'),
     'bundle' => $bundle,
-    'description' => st('Upload an image for this product.'),
+    'description' => t('Upload an image for this product.'),
     'required' => FALSE,
 
     'settings' => array(
-- 
1.7.4.1

