diff --git a/modules/node/node.module b/modules/node/node.module
index 216e89a8c8caf1565e708508b2f89b1d09627cde..15985139e1f408f09f0bf6cbbcc2dde3abebca75 100644
--- a/modules/node/node.module
+++ b/modules/node/node.module
@@ -2291,7 +2291,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/settings/modules'), '@download_modules' => 'http://drupal.org/project/modules', '@themes' => url('admin/build/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>';