r68688 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r68687‎ | r68688 | r68689 >
Date:22:28, 28 June 2010
Author:siebrand
Status:ok
Tags:
Comment:
* Remove error classes from revmove messages. Used with OutputPage::showErrorPage, and other special pages using that method do not have marked up messages either.
* Reword 'revmove-nullmove' per suggestion of Nikerabbit (http://translatewiki.net/wiki/Thread:Support/MediaWiki:Revmove-nullmove).
* Remove references to the "back" button, and use "Go back to the previous page" in three messages.
* Add newlines between sentences.
Modified paths:
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -1568,11 +1568,13 @@
15691569 'revmove-reasonfield' => 'Reason:',
15701570 'revmove-titlefield' => 'Target page:',
15711571 'revmove-badparam-title' => 'Bad parameters',
1572 -'revmove-badparam' => '<span class="error">Your request contains illegal or insufficient parameters. Please hit "back" and try again.</span>',
 1572+'revmove-badparam' => 'Your request contains illegal or insufficient parameters.
 1573+Go back to the previous page and try again.',
15731574 'revmove-norevisions-title' => 'Invalid target revision',
1574 -'revmove-norevisions' => '<span class="error">You have not specified one or more target revisions to perform this function or the specified revision does not exist.</span>',
 1575+'revmove-norevisions' => 'You have not specified one or more target revisions to perform this function or the specified revision does not exist.',
15751576 'revmove-nullmove-title' => 'Bad title',
1576 -'revmove-nullmove' => '<span class="error">Source and target page are identical. Please hit "back" and enter a page name different to "$1".</span>',
 1577+'revmove-nullmove' => 'The target page cannot be the same as the source page.
 1578+Go back to the previous page and choose a different name from "$1".',
15771579 'revmove-success-existing' => '{{PLURAL:$1|One revision from [[$2]] has|$1 revisions from [[$2]] have}} been moved to the existing page [[$3]].',
15781580 'revmove-success-created' => '{{PLURAL:$1|One revision from [[$2]] has|$1 revisions from [[$2]] have}} been moved to the newly created page [[$3]].',
15791581
@@ -2770,7 +2772,7 @@
27712773 'sessionfailure-title' => 'Session failure',
27722774 'sessionfailure' => 'There seems to be a problem with your login session;
27732775 this action has been canceled as a precaution against session hijacking.
2774 -Please hit "back" and reload the page you came from, then try again.',
 2776+Go back to the previous page, reload that page and then try again.',
27752777
27762778 # Protect
27772779 'protectlogpage' => 'Protection log',

Status & tagging log