From 11fef9ed9cdd1cd979028e2b62ce42deaf87c987 Mon Sep 17 00:00:00 2001
From: Neil Drumm <drumm@3064.no-reply.drupal.org>
Date: Wed, 3 May 2006 07:59:01 +0000
Subject: [PATCH] #61484 by Uwe Hermann, typo in welcome message.

---
 modules/node.module      | 2 +-
 modules/node/node.module | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/node.module b/modules/node.module
index 6e4835056ad3..c9f8cad0a2fc 100644
--- a/modules/node.module
+++ b/modules/node.module
@@ -1979,7 +1979,7 @@ function node_page_default() {
           Finally, you can <a href="%content">create content</a> for your website. This message will disappear once you have published your first post.
         </li>
       </ol>
-      <p>For more information, please refer to the <a href="%help">Help section</a>, or the <a href="%handbook">online Drupal handbooks</a>. You may also post at the <a href="%forum">Drupal forum</a>, or view the wide range of <a href="%support">other support options</a> available.</p>',
+      <p>For more information, please refer to the <a href="%help">help section</a>, or the <a href="%handbook">online Drupal handbooks</a>. You may also post at the <a href="%forum">Drupal forum</a>, or view the wide range of <a href="%support">other support options</a> available.</p>',
       array('%drupal' => 'http://drupal.org/', '%register' => url('user/register'), '%admin' => url('admin'), '%config' => url('admin/settings'), '%modules' => url('admin/modules'), '%download_modules' => 'http://drupal.org/project/modules', '%themes' => url('admin/themes'), '%download_themes' => 'http://drupal.org/project/themes', '%content' => url('node/add'), '%help' => url('admin/help'), '%handbook' => 'http://drupal.org/handbooks', '%forum' => 'http://drupal.org/forum', '%support' => 'http://drupal.org/support')
     );
     $output = '<div id="first-time">'. $output .'</div>';
diff --git a/modules/node/node.module b/modules/node/node.module
index 6e4835056ad3..c9f8cad0a2fc 100644
--- a/modules/node/node.module
+++ b/modules/node/node.module
@@ -1979,7 +1979,7 @@ function node_page_default() {
           Finally, you can <a href="%content">create content</a> for your website. This message will disappear once you have published your first post.
         </li>
       </ol>
-      <p>For more information, please refer to the <a href="%help">Help section</a>, or the <a href="%handbook">online Drupal handbooks</a>. You may also post at the <a href="%forum">Drupal forum</a>, or view the wide range of <a href="%support">other support options</a> available.</p>',
+      <p>For more information, please refer to the <a href="%help">help section</a>, or the <a href="%handbook">online Drupal handbooks</a>. You may also post at the <a href="%forum">Drupal forum</a>, or view the wide range of <a href="%support">other support options</a> available.</p>',
       array('%drupal' => 'http://drupal.org/', '%register' => url('user/register'), '%admin' => url('admin'), '%config' => url('admin/settings'), '%modules' => url('admin/modules'), '%download_modules' => 'http://drupal.org/project/modules', '%themes' => url('admin/themes'), '%download_themes' => 'http://drupal.org/project/themes', '%content' => url('node/add'), '%help' => url('admin/help'), '%handbook' => 'http://drupal.org/handbooks', '%forum' => 'http://drupal.org/forum', '%support' => 'http://drupal.org/support')
     );
     $output = '<div id="first-time">'. $output .'</div>';
-- 
GitLab