From b6532a4fdbb5e32f2ab3bd7250aedd435313e52e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Fri, 14 Dec 2007 18:08:50 +0000 Subject: #200069 by keith.smith: new standard for 'more information' links in module help texts, as the handbook we referred to before was renamed --- modules/node/node.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/node/node.module') diff --git a/modules/node/node.module b/modules/node/node.module index d7452faf5..f9045eb17 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -43,7 +43,7 @@ function node_help($path, $arg) {
  • The search tab lets you search all content on your site
  • '); - $output .= '

    '. t('For more information please read the configuration and customization handbook Node page.', array('@node' => 'http://drupal.org/handbook/modules/node/')) .'

    '; + $output .= '

    '. t('For more information, see the online handbook entry for Node module.', array('@node' => 'http://drupal.org/handbook/modules/node/')) .'

    '; return $output; case 'admin/content/node': return ' '; // Return a non-null value so that the 'more help' link is shown. -- cgit v1.2.3