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/help/help.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/help') diff --git a/modules/help/help.module b/modules/help/help.module index 2189b83ff..2daff64b3 100644 --- a/modules/help/help.module +++ b/modules/help/help.module @@ -41,7 +41,7 @@ function help_help($path, $arg) { return $output; case 'admin/help#help': $output = '

'. t('The help module provides context sensitive help on the use and configuration of Drupal and its modules, and is a supplement to the more extensive online Drupal handbook. The online handbook may contain more up-to-date information, is annotated with helpful user-contributed comments, and serves as the definitive reference point for all Drupal documentation.', array('@drupal' => 'http://drupal.org', '@handbook' => 'http://drupal.org/handbook')) .'

'; - $output .= '

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

'; + $output .= '

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

'; return $output; } } -- cgit v1.2.3