diff options
-rw-r--r-- | includes/common.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/common.inc b/includes/common.inc index 4f8dcaca7..e1f2dcc11 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -69,7 +69,7 @@ function message_na() { } function message_throttle() { - return t("You exceeded the submission rate exceeded. Please wait a few minutes and try again."); + return t("You exceeded the maximum submission rate. Please wait a few minutes and try again."); } function drupal_goto($url) { |