Index: modules/wizard/messaging/messaging.module
===================================================================
--- modules/wizard/messaging/messaging.module	(revision )
+++ modules/wizard/messaging/messaging.module	(revision )
@@ -617,7 +617,7 @@
     $cache[$group][$key][$method] = $text_part;
   }
 
-  return $text_part ? $text_part : '';
+  return $text_part ? t($text_part) : '';
 }
 
 /**
