r38100 - Code Review

From MediaWiki.org

Jump to: navigation, search
Repository:MediaWiki
Revision:r38099 | r38100 (on ViewVC) | r38101 >
Date:17:31, 27 July 2008
Author:jhsoby
Status:ok
Tags:
Comment:Added {{PLURAL:}} to lag-warn-normal and lag-warn-high
Modified paths:

Diff [purge]

Index: trunk/phase3/languages/messages/MessagesEn.php
===================================================================
--- trunk/phase3/languages/messages/MessagesEn.php	(revision 38099)
+++ trunk/phase3/languages/messages/MessagesEn.php	(revision 38100)
@@ -3336,8 +3336,8 @@
 Try normal preview.',
 
 # Friendlier slave lag warnings
-'lag-warn-normal' => 'Changes newer than $1 seconds may not be shown in this list.',
-'lag-warn-high'   => 'Due to high database server lag, changes newer than $1 seconds may not be shown in this list.',
+'lag-warn-normal' => 'Changes newer than $1 {{PLURAL:$1|second|seconds}} may not be shown in this list.',
+'lag-warn-high'   => 'Due to high database server lag, changes newer than $1 {{PLURAL:$1|second|seconds}} may not be shown in this list.',
 
 # Watchlist editor
 'watchlistedit-numitems'       => 'Your watchlist contains {{PLURAL:$1|1 title|$1 titles}}, excluding talk pages.',
Views
Toolbox