From af38c1c03218e70b4b772787a361879faf176528 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 4 Jan 2007 09:53:58 +0000 Subject: - Patch #106428 by RobRoy: corrected the welcome text. --- modules/node/node.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/node/node.module') diff --git a/modules/node/node.module b/modules/node/node.module index 9f9a5e55a..a4269a38a 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -2365,7 +2365,7 @@ function node_page_default() { $default_message .= '
  • '. t('Configure your website Once logged in, visit the administration section, where you can customize and configure all aspects of your website.', array('@admin' => url('admin'), '@config' => url('admin/settings'))) .'
  • '; $default_message .= '
  • '. t('Enable additional functionality Next, visit the module list and enable features which suit your specific needs. You can find additional modules in the Drupal modules download section.', array('@modules' => url('admin/build/modules'), '@download_modules' => 'http://drupal.org/project/modules')) .'
  • '; $default_message .= '
  • '. t('Customize your website design To change the "look and feel" of your website, visit the themes section. You may choose from one of the included themes or download additional themes from the Drupal themes download section.', array('@themes' => url('admin/build/themes'), '@download_themes' => 'http://drupal.org/project/themes')) .'
  • '; - $default_message .= '
  • '. t('Start posting content Finally, you can create content for your website. This message will disappear once you have published your first post.', array('@content' => url('node/add'))) .'
  • '; + $default_message .= '
  • '. t('Start posting content Finally, you can create content for your website. This message will disappear once you have promoted a post to the front page.', array('@content' => url('node/add'))) .'
  • '; $default_message .= ''; $default_message .= '

    '. t('For more information, please refer to the help section, or the online Drupal handbooks. You may also post at the Drupal forum, or view the wide range of other support options available.', array('@help' => url('admin/help'), '@handbook' => 'http://drupal.org/handbooks', '@forum' => 'http://drupal.org/forum', '@support' => 'http://drupal.org/support')) .'

    '; -- cgit v1.2.3