--- tagadelic.module	2009-09-14 14:26:06.000000000 -0600
+++ tagadelic_new.module	2010-06-05 13:44:27.355800000 -0600
@@ -93,7 +93,8 @@ function tagadelic_settings() {
     '#size' => 5,
     '#title' => t('Number of levels'),
     '#default_value' => variable_get('tagadelic_levels', 6),
-    '#description' => t('The number of levels between the least popular tags and the most popular ones. Different levels will be assigned a different class to be themed in tagadelic.css'),
+    '#description' => t('The number of levels between the least popular tags and the most popular ones. Different levels will be assigned a different class to be themed in tagadelic.css.
+                         The maximum number of levels is 16. If you wish to have more levels you must modify the tagadelic.css file.'),
   );
   return system_settings_form($form);
 }
