diff --git a/flag.module b/flag.module
index 7b54c65..c085be9 100644
--- a/flag.module
+++ b/flag.module
@@ -423,7 +423,7 @@ function flag_help($path, $arg) {
       return $output;
 
     case FLAG_ADMIN_PATH . '/add':
-      $output = '<p>' . t('Select the type of flag to create. An individual flag can only affect one type of object. This cannot be changed once the flag is created.') . '</p>';
+      $output = '<p>' . t('Select the type of flag to create.') . '</p>';
       return $output;
 
     case FLAG_ADMIN_PATH . '/manage/%/fields':
