- fixed a typo in an English sentence.

4.0.x
Dries Buytaert 2001-11-12 22:17:16 +00:00
parent 03c670a414
commit 84cdc3c6c0
1 changed files with 1 additions and 1 deletions

View File

@ -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) {