r99338 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r99337‎ | r99338 | r99339 >
Date:06:17, 9 October 2011
Author:aaron
Status:deferred (Comments)
Tags:
Comment:
Fixed backwards PLURAL usage and improved text in confirmaccount-newrequests message
Modified paths:
  • /trunk/extensions/ConfirmAccount/presentation/ConfirmAccount.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ConfirmAccount/presentation/ConfirmAccount.i18n.php
@@ -80,7 +80,7 @@
8181 'requestaccount-loginnotice' => 'To obtain a user account, you must \'\'\'[[Special:RequestAccount|request one]]\'\'\'.',
8282
8383 # Site message for admins
84 - 'confirmaccount-newrequests' => '\'\'\'$1\'\'\' open e-mail-confirmed [[Special:ConfirmAccounts|account {{PLURAL:$1|request|requests}}]] {{PLURAL:$1|is|are}} pending. \'\'\'Your attention is needed!\'\'\'',
 84+ 'confirmaccount-newrequests' => '\'\'\'$1\'\'\' open e-mail confirmed [[Special:ConfirmAccounts|account {{PLURAL:$1|requests are pending|request is pending}}]]. \'\'\'Your attention is needed!\'\'\'',
8585
8686 # Confirm account page
8787 'confirmaccounts' => 'Confirm account requests',

Follow-up revisions

RevisionCommit summaryAuthorDate
r99384Partial revert of r99338. 'parsemag' was needed...the PLURAL order was correc...aaron23:16, 9 October 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r99336* Don't add the pending account notice to the site notice (which is broken wr...aaron05:51, 9 October 2011

Comments

#Comment by Nikerabbit (talk | contribs)   20:46, 9 October 2011

plural and singular backwards?

Status & tagging log