Index: modules/node.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/node.module,v
retrieving revision 1.499
diff -u -Ff -r1.499 node.module
--- modules/node.module	22 Jun 2005 20:19:58 -0000	1.499
+++ modules/node.module	23 Jun 2005 11:32:07 -0000
@@ -1609,6 +1609,9 @@     while ($node = db_fetch_object($resu
     }
     $output .= theme('pager', NULL, variable_get('default_nodes_main', 10));
   }
+  else if (db_result(db_query('SELECT COUNT(n.nid) FROM {node} n')) > 0) {
+    $output = t('No content is currently promoted to the front page.');
+  }
   else {
     $output = t("
       <p>Welcome to your new <a href=\"%drupal\">Drupal</a>-powered website. This message will guide you through your first steps with Drupal, and will disappear once you have posted your first piece of content.</p>
