From 535514af8d731497ba95b4766c74d311a7d5b247 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Wed, 8 Jul 2009 08:21:52 +0000 Subject: [PATCH] Follow-up to r52888: * add new message to messages.inc * rewording and trailing whitespace trim for 'view-pool-error' --- languages/messages/MessagesEn.php | 6 +++--- maintenance/language/messages.inc | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 1aaf9fbf65..754c78ef14 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -846,9 +846,9 @@ XHTML id names. 'jumpto' => 'Jump to:', 'jumptonavigation' => 'navigation', 'jumptosearch' => 'search', -'view-pool-error' => 'Sorry, our servers are overloaded at the moment. -Too many people are trying to view this article. -Please try again in a minute or two. +'view-pool-error' => 'Sorry, the servers are overloaded at the moment. +Too many users are trying to view this page. +Please wait a while before you try to access this page again. $1', diff --git a/maintenance/language/messages.inc b/maintenance/language/messages.inc index 90e8de2648..c2a7c53bf2 100644 --- a/maintenance/language/messages.inc +++ b/maintenance/language/messages.inc @@ -251,6 +251,7 @@ $wgMessageStructure = array( 'jumpto', 'jumptonavigation', 'jumptosearch', + 'view-pool-error', ), 'links' => array( 'aboutsite', -- 2.20.1