--- webform.module.orig	2009-05-04 17:09:06.000000000 -0400
+++ webform.module.new	2009-05-04 17:24:49.000000000 -0400
@@ -1194,7 +1194,7 @@
   }
 
   // If the user has exceeded the limit of submissions, explain the limit.
-  if ($limit_exceeded) {
+  elseif ($limit_exceeded) {
     if ($node->webform['submit_interval'] == -1 && $node->webform['submit_limit'] > 1) {
       $message = t('You have submitted this form the maximum number of times (@count).', array('@count' => $node->webform['submit_limit']));
     }
