r91733 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r91732‎ | r91733 | r91734 >
Date:16:53, 8 July 2011
Author:robin
Status:ok
Tags:
Comment:
Fix r91706 (bug 28147): removing "the" as it suggests you're logged in to *all* wikis, which is not the case (see bug 14407)
Modified paths:
  • /trunk/extensions/CentralAuth/CentralAuth.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CentralAuth/CentralAuth.i18n.php
@@ -35,7 +35,7 @@
3636 'centralauth-merge-step2-detail' => "Some of the accounts could not be automatically matched to the designated home wiki.
3737 If these accounts belong to you, you can confirm that they are yours by providing the password for them.",
3838 'centralauth-merge-step2-submit' => 'Confirm login information',
39 - 'centralauth-login-global' => 'Also log me in to the other wikis of {{int:Centralauth-groupname}}',
 39+ 'centralauth-login-global' => 'Also log me in to other wikis of {{int:Centralauth-groupname}}',
4040
4141 // Dry run messages
4242 'centralauth-merge-dryrun-complete' => 'All existing accounts can be automatically unified!
@@ -242,8 +242,8 @@
243243 'centralauth-invalid-wiki' => 'No such wiki database: $1',
244244 'centralauth-account-exists' => 'Cannot create account: the requested username is already taken in the unified login system.',
245245 'centralauth-account-exists-reset' => 'The username $1 is not registered on this wiki, but it does exist in the unified login system.',
246 - 'centralauth-login-progress' => 'Logging you in to the wikis of {{int:Centralauth-groupname}}:', # This message supports {{GENDER}}
247 - 'centralauth-logout-progress' => 'Logging you out from the other wikis of {{int:Centralauth-groupname}}:',
 246+ 'centralauth-login-progress' => 'Logging you in to wikis of {{int:Centralauth-groupname}}:', # This message supports {{GENDER}}
 247+ 'centralauth-logout-progress' => 'Logging you out from other wikis of {{int:Centralauth-groupname}}:',
248248 'centralauth-login-no-others' => 'You have been automatically logged into other projects of {{int:Centralauth-groupname}}.',
249249 'centralauth-logout-no-others' => 'You have been automatically logged out of other projects of {{int:Centralauth-groupname}}.',
250250 'centralauth-hidden-blockreason' => 'globally hidden by $1 at $2 with following reason: $3',

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r75041Add an option option to not perform a global login (bug 20852)....platonides21:17, 19 October 2010
r91706Bug #28147: MediaWiki:Centralauth-login-global - rewording suggested to make ...mah01:54, 8 July 2011

Status & tagging log