From 84cdc3c6c00fe0439034d57bec63bf69501b2fd0 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 12 Nov 2001 22:17:16 +0000 Subject: - fixed a typo in an English sentence. --- includes/common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/common.inc') 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) { -- cgit v1.2.3