--- revision_moderation.module	2010-12-03 13:02:58.000000000 -0800
+++ revision_moderation_updated.module	2010-12-03 13:11:18.000000000 -0800
@@ -427,7 +427,7 @@ function revision_moderation_publish_con
   db_query("UPDATE {node} SET vid = %d, title = '%s' WHERE nid = %d", $vid, $title, $nid);
   // Clear the cache so an anonymous poster can see the changes
   cache_clear_all();
-  drupal_set_message('The selected revision has been published.');
+  drupal_set_message('This revision is now the current revision.');
   watchdog('content', '@type: published %title revision %revision', array('@type' => t($type), '%title' => $title, '%revision' => $vid), WATCHDOG_NOTICE, l(t('view'), "node/$nid/revisions/$vid/view"));
   $form_state['redirect'] = 'node/'. $nid;
 }
