Index: modr8.module
===================================================================
--- modr8.module	(revision 760)
+++ modr8.module	(working copy)
@@ -172,7 +172,7 @@
         '#value' => $form['#node']->moderate,
       );
       if ($form['#node']->moderate) {
-        drupal_set_message(t('This %type will be submitted for moderation and will not be accessible to other users until it has been approved.', array('%type' => node_get_types('name', $form['#node']))));
+        theme('modr8_message', FALSE, $form['#node']->type, 'create');
       }
     }
   }
