http://www.mediawiki.org/wiki/Special:Code/MediaWiki/68688

Revision: 68688
Author:   siebrand
Date:     2010-06-28 22:28:13 +0000 (Mon, 28 Jun 2010)

Log Message:
-----------
* 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: trunk/phase3/languages/messages/MessagesEn.php
===================================================================
--- trunk/phase3/languages/messages/MessagesEn.php      2010-06-28 22:13:02 UTC 
(rev 68687)
+++ trunk/phase3/languages/messages/MessagesEn.php      2010-06-28 22:28:13 UTC 
(rev 68688)
@@ -1568,11 +1568,13 @@
 'revmove-reasonfield'          => 'Reason:',
 'revmove-titlefield'           => 'Target page:',
 'revmove-badparam-title'       => 'Bad parameters',
-'revmove-badparam'             => '<span class="error">Your request contains 
illegal or insufficient parameters. Please hit "back" and try again.</span>',
+'revmove-badparam'             => 'Your request contains illegal or 
insufficient parameters.
+Go back to the previous page and try again.',
 'revmove-norevisions-title'    => 'Invalid target revision',
-'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>',
+'revmove-norevisions'          => 'You have not specified one or more target 
revisions to perform this function or the specified revision does not exist.',
 'revmove-nullmove-title'       => 'Bad title',
-'revmove-nullmove'             => '<span class="error">Source and target page 
are identical. Please hit "back" and enter a page name different to 
"$1".</span>',
+'revmove-nullmove'             => 'The target page cannot be the same as the 
source page.
+Go back to the previous page and choose a different name from "$1".',
 'revmove-success-existing'     => '{{PLURAL:$1|One revision from [[$2]] has|$1 
revisions from [[$2]] have}} been moved to the existing page [[$3]].',
 'revmove-success-created'      => '{{PLURAL:$1|One revision from [[$2]] has|$1 
revisions from [[$2]] have}} been moved to the newly created page [[$3]].',
 
@@ -2770,7 +2772,7 @@
 'sessionfailure-title' => 'Session failure',
 'sessionfailure'       => 'There seems to be a problem with your login session;
 this action has been canceled as a precaution against session hijacking.
-Please hit "back" and reload the page you came from, then try again.',
+Go back to the previous page, reload that page and then try again.',
 
 # Protect
 'protectlogpage'              => 'Protection log',



_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to