r75965 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r75964‎ | r75965 | r75966 >
Date:23:44, 3 November 2010
Author:siebrand
Status:deferred
Tags:
Comment:
Fix incorrect message.
Modified paths:
  • /trunk/extensions/WikiSync/WikiSync.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/WikiSync/WikiSync.i18n.php
@@ -38,7 +38,7 @@
3939 'wikisync_api_result_NotExists' => 'The username you provided does not exist',
4040 'wikisync_api_result_EmptyPass' => 'You did not set the lgpassword parameter or you left it empty',
4141 'wikisync_api_result_WrongPass' => 'The password you provided is incorrect',
42 - 'wikisync_api_result_WrongPluginPass' => 'Same as WrongPass, returned when an authentication plugin rather than MediaWiki itself rejected the password',
 42+ 'wikisync_api_result_WrongPluginPass' => 'The password you provided is incorrect',
4343 'wikisync_api_result_CreateBlocked' => 'The wiki tried to automatically create a new account for you, but your IP address has been blocked from account creation',
4444 'wikisync_api_result_Throttled' => 'You have logged in too many times in a short time.',
4545 'wikisync_api_result_Blocked' => 'User is blocked',
@@ -73,6 +73,7 @@
7474 */
7575 $messages['qqq'] = array(
7676 'wikisync_remote_login_button' => '{{Identical|Log in}}',
 77+ 'wikisync_api_result_WrongPluginPass' => 'Same as WrongPass, returned when an authentication plugin rather than MediaWiki itself rejected the password',
7778 );
7879
7980 /** Interlingua (Interlingua)

Status & tagging log