? .cache
? .project
? .settings
? 352911.patch
? sites/sqlite.drupal7
? sites/sub.drupal7
? sites/all/modules
? sites/all/themes
? sites/default/files
? sites/default/settings.php
Index: modules/comment/comment.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/comment/comment.module,v
retrieving revision 1.677
diff -u -p -r1.677 comment.module
--- modules/comment/comment.module	31 Dec 2008 12:04:36 -0000	1.677
+++ modules/comment/comment.module	1 Jan 2009 21:54:13 -0000
@@ -1418,7 +1418,7 @@ function comment_form(&$form_state, $edi
         '#parents' => array('status'),
         '#title' => t('Status'),
         '#default_value' =>  $status,
-        '#options' => array(t('Published'), t('Not published')),
+        '#options' => array(t('Not published'), t('Published')),
         '#weight' => -1,
       );
     }
@@ -2175,4 +2175,4 @@ function comment_ranking() {
       'arguments' => array(variable_get('node_cron_comments_scale', 0)),
     ),
   );
-}
\ No newline at end of file
+}
