Index: watcher.module
===================================================================
--- watcher.module	(revision 30)
+++ watcher.module	(working copy)
@@ -312,13 +312,17 @@
     'type' => MENU_IS_LOCAL_TASK
   ) + $base_include;
 
-  $items['user/%/watcher/help'] = array(
-    'title' => 'Help',
-    'weight' => 10,
-    'page callback' => '_watcher_help_page',
-    'access callback' => true,
-    'type' => MENU_IS_LOCAL_TASK
-  ) + $base_include;
+  $templates = _watcher_admin_settings_field_value_templates();
+  $text = variable_get('watcher_help_text', $templates['watcher_help_text']);
+  if ($text) {
+    $items['user/%/watcher/help'] = array(
+      'title' => 'Help',
+      'weight' => 10,
+      'page callback' => '_watcher_help_page',
+      'access callback' => true,
+      'type' => MENU_IS_LOCAL_TASK
+    ) + $base_include;
+  }
   
   
   // Callbacks for toggling
