Index: modules/trigger/trigger.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/trigger/trigger.module,v
retrieving revision 1.13
diff -u -r1.13 trigger.module
--- modules/trigger/trigger.module	21 Jan 2008 20:08:15 -0000	1.13
+++ modules/trigger/trigger.module	31 Jan 2008 13:24:29 -0000
@@ -11,7 +11,7 @@
  * Implementation of hook_help().
  */
 function trigger_help($path, $arg) {
-  $explanation = '<p>'. t('Triggers are system events, such as when new content is added or when a user logs in. Trigger module combines these triggers with actions (functional tasks), such as unpublishing content or e-mailing an administrator. The <a href="@url">Actions settings page</a> contains a list of existing actions and provides the ability to create and configure additional actions.', array('@url' => url('admin/settings/actions'))) .'</p>';
+  $explanation = '<p>'. t('Triggers are system events, such as when new content is added or when a user logs in. The trigger module combines these triggers with actions (functional tasks), such as unpublishing content or e-mailing an administrator. The <a href="@url">Actions settings page</a> contains a list of existing actions and provides the ability to create and configure additional actions.', array('@url' => url('admin/settings/actions'))) .'</p>';
   switch ($path) {
     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>';