diff --git a/user_quota.module b/user_quota.module
index c79b1ff..145363d 100644
--- a/user_quota.module
+++ b/user_quota.module
@@ -156,10 +156,9 @@ function user_quota_manage_form($form_state, $account = NULL) {
   $form['user_quota_form']['message'] = array(
     '#type' => 'textarea',
     '#title' => t('Modification message'),
-    '#description' => t('Provide a motivation for your change.'),
     '#cols' => 60,
     '#rows' => 2,
-    '#description' => t('Negative values will decrease the quota.  It is possible for a user to have a negative quota.'),
+    '#description' => t('Provide a motivation for your change.'),
   );
 
   // And go!
@@ -277,4 +276,4 @@ function user_quota_set_user_quota($uid, $limit, $type, $message, $altering_uid)
   if (!db_affected_rows()) {
     db_query("INSERT INTO {user_quota} (uid, current_limit, type) VALUES (%d, %d, '%s')", $uid, $limit, $type);
   }
-}
\ No newline at end of file
+}
