Index: modules/node/node.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/node/node.module,v
retrieving revision 1.1245
diff -u -p -r1.1245 node.module
--- modules/node/node.module	8 Mar 2010 02:41:46 -0000	1.1245
+++ modules/node/node.module	9 Mar 2010 19:46:09 -0000
@@ -1423,6 +1423,9 @@ function node_permission() {
     'access content' => array(
       'title' => t('View published content'),
     ),
+    'view own unpublished content' => array(
+      'title' => t('View own unpublished content'),
+    ),
     'access content overview' => array(
       'title' => t('Access the content overview page'),
     ),
@@ -1439,9 +1442,6 @@ function node_permission() {
     'delete revisions' => array(
       'title' => t('Delete content revisions'),
     ),
-    'view own unpublished content' => array(
-      'title' => t('View own unpublished content'),
-    ),
   );
 
   // Generate standard node permissions for all applicable node types.
