diff options
author | Neil Drumm <drumm@3064.no-reply.drupal.org> | 2006-05-03 07:59:01 +0000 |
---|---|---|
committer | Neil Drumm <drumm@3064.no-reply.drupal.org> | 2006-05-03 07:59:01 +0000 |
commit | 11fef9ed9cdd1cd979028e2b62ce42deaf87c987 (patch) | |
tree | acfceffc66cec7e2edc9a4900bd62f861c6374fa /modules | |
parent | b18f76ec42adcc854781a1098cabccdb457e131f (diff) | |
download | brdo-11fef9ed9cdd1cd979028e2b62ce42deaf87c987.tar.gz brdo-11fef9ed9cdd1cd979028e2b62ce42deaf87c987.tar.bz2 |
#61484 by Uwe Hermann, typo in welcome message.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/node.module | 2 | ||||
-rw-r--r-- | modules/node/node.module | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/node.module b/modules/node.module index 6e4835056..c9f8cad0a 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 6e4835056..c9f8cad0a 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>'; |