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/trigger/trigger.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/trigger') diff --git a/modules/trigger/trigger.module b/modules/trigger/trigger.module index 045731e77..dc680aa73 100644 --- a/modules/trigger/trigger.module +++ b/modules/trigger/trigger.module @@ -26,7 +26,7 @@ function trigger_help($path, $arg) { case 'admin/help#trigger': $output = '

'. t('The Trigger module provides the ability to trigger actions upon system events, such as when new content is added or when a user logs in.', array('@actions' => url('admin/settings/actions'))) .'

'; $output .= '

'. t('The combination of actions and triggers can perform many useful tasks, such as e-mailing an administrator if a user account is deleted, or automatically unpublishing comments that contain certain words. By default, there are five "contexts" of events (Comments, Content, Cron, Taxonomy, and Users), but more may be added by additional modules.') .'

'; - $output .= '

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

'; + $output .= '

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

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