From 981d6ec40c88364b99cab27a434301bdf31f7bb8 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 26 May 2009 09:13:47 +0000 Subject: - Patch #393402 by stella, Xane: renamed 'create content' link to 'add new content'. Minor usability improvement. --- 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 3dd7eaa37..351b754ee 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -1849,7 +1849,7 @@ function node_menu() { 'type' => MENU_CALLBACK, ); $items['node/add'] = array( - 'title' => 'Create content', + 'title' => 'Add new content', 'page callback' => 'node_add_page', 'access callback' => '_node_add_access', 'weight' => 1, @@ -2146,7 +2146,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 promoted a post to the front page.', array('@content' => url('node/add'))) . '
  • '; + $default_message .= '
  • ' . t('Start posting content Finally, you can add new 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')) . '

    '; $build['default_message'] = array( -- cgit v1.2.3