? triggers-content.patch ? sites/default/files ? sites/default/settings.php Index: modules/trigger/trigger.module =================================================================== RCS file: /cvs/drupal/drupal/modules/trigger/trigger.module,v retrieving revision 1.12 diff -u -p -r1.12 trigger.module --- modules/trigger/trigger.module 31 Dec 2007 14:51:04 -0000 1.12 +++ modules/trigger/trigger.module 21 Jan 2008 15:36:17 -0000 @@ -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':