summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2001-11-12 22:17:16 +0000
committerDries Buytaert <dries@buytaert.net>2001-11-12 22:17:16 +0000
commit84cdc3c6c00fe0439034d57bec63bf69501b2fd0 (patch)
treeb5feae90d81a6f10d15131e3be668bd12135d029
parent03c670a4140afe2838eb07e2e39d2aae04868dc6 (diff)
downloadbrdo-84cdc3c6c00fe0439034d57bec63bf69501b2fd0.tar.gz
brdo-84cdc3c6c00fe0439034d57bec63bf69501b2fd0.tar.bz2
- fixed a typo in an English sentence.
-rw-r--r--includes/common.inc2
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) {