Index: includes/workflow.views_default.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/workflow/includes/workflow.views_default.inc,v
retrieving revision 1.2
diff -u -r1.2 workflow.views_default.inc
--- includes/workflow.views_default.inc	18 Sep 2008 03:18:55 -0000	1.2
+++ includes/workflow.views_default.inc	6 Jun 2009 17:27:54 -0000
@@ -19,7 +19,7 @@
   $handler = $view->new_display('default', 'Defaults', 'default');
   $handler->override_option('fields', array(
     'sid' => array(
-      'label' => 'Current state',
+      'label' => t('Current state'),
       'exclude' => 0,
       'id' => 'sid',
       'table' => 'workflow_node',
@@ -27,7 +27,7 @@
       'relationship' => 'none',
     ),
     'title' => array(
-      'label' => 'Title',
+      'label' => t('Title'),
       'link_to_node' => 1,
       'exclude' => 0,
       'id' => 'title',
@@ -36,7 +36,7 @@
       'relationship' => 'none',
     ),
     'type' => array(
-      'label' => 'Type',
+      'label' => t('Type'),
       'link_to_node' => 0,
       'exclude' => 0,
       'id' => 'type',
@@ -55,7 +55,7 @@
         'use_operator' => 0,
         'operator' => 'sid_op',
         'identifier' => 'sid',
-        'label' => 'Current State',
+        'label' => t('Current State'),
         'optional' => 1,
         'single' => 1,
         'remember' => 0,
@@ -75,7 +75,7 @@
         'use_operator' => 0,
         'operator' => 'type_op',
         'identifier' => 'type',
-        'label' => 'Content Type',
+        'label' => t('Content Type'),
         'optional' => 1,
         'single' => 1,
         'remember' => 0,
@@ -120,12 +120,12 @@
   $handler->override_option('path', 'workflow/summary');
   $handler->override_option('menu', array(
     'type' => 'default tab',
-    'title' => 'Summary',
+    'title' => t('Summary'),
     'weight' => '-1',
   ));
   $handler->override_option('tab_options', array(
     'type' => 'normal',
-    'title' => 'Workflow summary',
+    'title' => t('Workflow summary'),
     'weight' => '0',
   ));
 
@@ -143,7 +143,7 @@
   $handler = $view->new_display('default', 'Defaults', 'default');
   $handler->override_option('fields', array(
     'title' => array(
-      'label' => 'Title',
+      'label' => t('Title'),
       'link_to_node' => 1,
       'exclude' => 0,
       'id' => 'title',
@@ -152,7 +152,7 @@
       'relationship' => 'none',
     ),
     'sid' => array(
-      'label' => 'Current state',
+      'label' => t('Current state'),
       'exclude' => 0,
       'id' => 'sid',
       'table' => 'workflow_node',
@@ -160,7 +160,7 @@
       'relationship' => 'none',
     ),
     'sid_1' => array(
-      'label' => 'Scheduled state',
+      'label' => t('Scheduled state'),
       'exclude' => 0,
       'id' => 'sid_1',
       'table' => 'workflow_scheduled_transition',
@@ -168,7 +168,7 @@
       'relationship' => 'none',
     ),
     'scheduled' => array(
-      'label' => 'Scheduled time',
+      'label' => t('Scheduled time'),
       'date_format' => 'small',
       'custom_date_format' => '',
       'exclude' => 0,
@@ -178,7 +178,7 @@
       'relationship' => 'none',
     ),
     'comment' => array(
-      'label' => 'Scheduled comment',
+      'label' => t('Scheduled comment'),
       'exclude' => 0,
       'id' => 'comment',
       'table' => 'workflow_scheduled_transition',
@@ -229,7 +229,7 @@
   $handler->override_option('path', 'workflow/pending');
   $handler->override_option('menu', array(
     'type' => 'tab',
-    'title' => 'Pending',
+    'title' => t('Pending'),
     'weight' => '0',
   ));
   $handler->override_option('tab_options', array(
