From b797ae5aa504a07f945a7649d028f6eb75be4df6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Mon, 21 Jan 2008 20:08:15 +0000 Subject: #210335 by keith.smith: highly confusing example in trigger module help, use a better one instead --- modules/trigger/trigger.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/trigger/trigger.module b/modules/trigger/trigger.module index c14fb8e9c..38788048b 100644 --- a/modules/trigger/trigger.module +++ b/modules/trigger/trigger.module @@ -16,7 +16,7 @@ function trigger_help($path, $arg) { case 'admin/build/trigger/comment': return $explanation .'

'. t('Below you can assign actions to run when certain comment-related triggers happen. For example, you could promote a post to the front page when a comment is added.') .'

'; case 'admin/build/trigger/node': - return $explanation .'

'. t('Below you can assign actions to run when certain content-related triggers happen. For example, you could remove a post from the front page when the post is updated.') .'

'; + return $explanation .'

'. t('Below you can assign actions to run when certain content-related triggers happen. For example, you could send an e-mail to an administrator when a post is created or updated.') .'

'; case 'admin/build/trigger/cron': return $explanation .'

'. t('Below you can assign actions to run during each pass of a cron maintenance task.', array('@cron' => url('admin/reports/status'))) .'

'; case 'admin/build/trigger/taxonomy': -- cgit v1.2.3