Index: feedapi_mapper.install
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/feedapi_mapper/feedapi_mapper.install,v
retrieving revision 1.1.4.1
diff -u -p -r1.1.4.1 feedapi_mapper.install
--- feedapi_mapper.install	8 Sep 2008 11:41:13 -0000	1.1.4.1
+++ feedapi_mapper.install	25 Jun 2009 13:07:30 -0000
@@ -6,10 +6,10 @@
  */
 function feedapi_mapper_schema() {
   $schema['feedapi_mapper'] = array(
-    'description' => t('Store date for the feedapi mapper'),
+    'description' => 'Store date for the feedapi mapper',
     'fields' => array(
       'nid' => array(
-        'description' => t('The primary identifier for the feed.'),
+        'description' => 'The primary identifier for the feed.',
         'type' => 'int',
         'unsigned' => TRUE,
         'not null' => TRUE),
