Index: forward.module
===================================================================
--- forward.module	(revision 127)
+++ forward.module	(working copy)
@@ -551,7 +551,7 @@
     // Check if it looks like we are going to exceed the flood limit.
     // It is important to ensure that the number of e-mails to be sent count against the threshold.
     if (!flood_is_allowed('forward', variable_get('forward_flood_control', 10) - count($recipient_addresses) + 1)) {
-      form_set_error('recipients', variable_get('forward_flood_error', t('You can\'t send more than %number messages per hour. Please try again later.', array('%number' => variable_get('forward_flood_control', 10)))));
+      form_set_error('recipients', t(variable_get('forward_flood_error', 'You can\'t send more than %number messages per hour. Please try again later.'), array('%number' => variable_get('forward_flood_control', 10))));
     }
   }
   if ((variable_get('forward_allow_message', TRUE)) && (empty($form_state['values']['message']))) {
