--- content_moderation.module	Tue Mar 02 22:42:19 2010
+++ content_moderation.module	Wed Mar 10 13:00:23 2010
@@ -188,10 +188,10 @@ function content_moderation_nodeapi(&$no
         // Get username for the revision rather than the original node.
         $revision_author = user_load($node->revision_uid);
         drupal_set_message(
-          t('The revision of this node has been created on @date by @author.',
+          t('The revision of this node has been created on @date by !author.',
             array(
              '@date'=> format_date($node->revision_timestamp, 'small'),
-             '@author'=> theme('username', $revision_author)
+             '!author'=> theme('username', $revision_author)
             )
           )
         );

