summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2008-01-21 20:08:15 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2008-01-21 20:08:15 +0000
commitb797ae5aa504a07f945a7649d028f6eb75be4df6 (patch)
tree14ad3ffa75a1ef713045f304a5f680fa992e951b
parentff1c3902b96c1d6d46174da4cc1949e5385fa68d (diff)
downloadbrdo-b797ae5aa504a07f945a7649d028f6eb75be4df6.tar.gz
brdo-b797ae5aa504a07f945a7649d028f6eb75be4df6.tar.bz2
#210335 by keith.smith: highly confusing example in trigger module help, use a better one instead
-rw-r--r--modules/trigger/trigger.module2
1 files changed, 1 insertions, 1 deletions
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 .'<p>'. 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.') .'</p>';
case 'admin/build/trigger/node':
- return $explanation .'<p>'. 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.') .'</p>';
+ return $explanation .'<p>'. 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.') .'</p>';
case 'admin/build/trigger/cron':
return $explanation .'<p>'. t('Below you can assign actions to run during each pass of a <a href="@cron">cron maintenance task</a>.', array('@cron' => url('admin/reports/status'))) .'</p>';
case 'admin/build/trigger/taxonomy':