--- tinymce.module.orig	2006-04-16 21:37:06.000000000 +0200
+++ tinymce.module	2006-04-25 18:18:52.546875000 +0200
@@ -1006,7 +1006,7 @@
     $output .= t('<p><a href="%create-profile-url">Create new profile</a></p>', array('%create-profile-url' => url('admin/settings/tinymce/add')));
   }
   else {
-    drupal_set_message(t('No profiles found. Click here to <a href="%create-profile-url">create a new profile</a>.', array('%create-profile-url' => url('admin/settings/tinymce/add'))));
+    $output .= ('No profiles found. To use tinymce, you have to have to create at least one profile. Click here to <a href="%create-profile-url">create a new profile</a>.', array('%create-profile-url' => url('admin/settings/tinymce/add')));
   }
 
   return $output;
