diff --git a/password_trigger.module b/password_trigger.module
index 70f35ec..93607d5 100644
--- a/password_trigger.module
+++ b/password_trigger.module
@@ -27,8 +27,8 @@ function password_trigger_help($path, $arg) {
         <h3>' . t('Setup Trigger') . '</h3>
         <p><ol>
           <li>' . t("Go to the !url.", array('!url' => l(t('Trigger Config Page (admin/structure/trigger/node)'), 'admin/structure/trigger/node'))) . '</li>
-          <li>' . t('Click on the "Password Trigger" tab.') . '</li>
-          <li>' . t('Under <em>Trigger: A Password Is Updated</em>, select "Send password change notification email" from the list.') . '</li>
+          <li>' . t('Click on the "User" tab.') . '</li>
+          <li>' . t('Under <em>Trigger: After a password has been changed</em>, select "Send password change notification email" from the list.') . '</li>
           <li>' . t('Click <em>Assign</em>.') . '</li>
         </ol></p>';
     break;
@@ -57,9 +57,9 @@ function password_trigger_user_update(&$edit, $account, $category) {
  */
 function password_trigger_trigger_info() {
   return array(
-    'password_trigger' => array(
+    'user' => array(
       'password_trigger' => array(
-        'label' => t('A password is updated'),
+        'label' => t('After a password has been changed'),
       ),
     ),
   );
