From ef706b824eb72c3ac3e12ac39b3d0e9d5c99b5ec Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 13 Mar 2008 21:26:09 +0000 Subject: - Patch #229517 by keith.smith and flobruit: de-html selected interface strings. --- modules/node/node.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/node/node.module') diff --git a/modules/node/node.module b/modules/node/node.module index 9213311fb..18d36a77f 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -1734,9 +1734,9 @@ function node_page_default() { $output .= theme('pager', NULL, variable_get('default_nodes_main', 10)); } else { - $default_message = t('

Welcome to your new Drupal website!

Please follow these steps to set up and start using your website:

'); + $default_message = '

'. t('Welcome to your new Drupal website!') .'

'; + $default_message .= '

'. t('Please follow these steps to set up and start using your website:') .'

'; $default_message .= '
    '; - $default_message .= '
  1. '. 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'))) .'
  2. '; $default_message .= '
  3. '. 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')) .'
  4. '; $default_message .= '
  5. '. 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')) .'
  6. '; -- cgit v1.2.3