### Eclipse Workspace Patch 1.0
#P views
Index: modules/node.views.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/views/modules/node.views.inc,v
retrieving revision 1.89
diff -u -r1.89 node.views.inc
--- modules/node.views.inc	24 Nov 2008 19:58:31 -0000	1.89
+++ modules/node.views.inc	28 Nov 2008 01:25:29 -0000
@@ -157,7 +157,7 @@
   // published status
   $data['node']['status'] = array(
     'title' => t('Published'),
-    'help' => t('The published status of the node.'),
+    'help' => t('Whether or not the node is published.'),
     'field' => array(
       'handler' => 'views_handler_field_boolean',
       'click sortable' => TRUE,
@@ -179,14 +179,14 @@
     'filter' => array(
       'field' => 'status',
       'handler' => 'views_handler_filter_node_status',
-      'label' => t('Published'),
+      'label' => t('Published or admin'),
     ),
   );
 
   // promote status
   $data['node']['promote'] = array(
     'title' => t('Promoted to front page'),
-    'help' => t('The front page of the node.'),
+    'help' => t('Whether or not the node is promoted to the front page.'),
     'field' => array(
       'handler' => 'views_handler_field_boolean',
       'click sortable' => TRUE,
