Removing movepage-moved, using movepage-page-moved in its place. The former was actua...
authorHuji <huji@users.mediawiki.org>
Tue, 1 Jul 2008 11:22:44 +0000 (11:22 +0000)
committerHuji <huji@users.mediawiki.org>
Tue, 1 Jul 2008 11:22:44 +0000 (11:22 +0000)
includes/specials/SpecialMovepage.php
languages/messages/MessagesEn.php

index d08fb66..4db533b 100644 (file)
@@ -291,7 +291,7 @@ class MovePageForm {
                $oldLink = "<span class='plainlinks'>[$oldUrl $oldText]</span>";
                $newLink = "<span class='plainlinks'>[$newUrl $newText]</span>";
 
-               $wgOut->addWikiMsg( 'movepage-moved', $oldLink, $newLink, $oldText, $newText );
+               $wgOut->addWikiMsg( 'movepage-page-moved', $oldLink, $newLink, $oldText, $newText );
 
                # Now we move extra pages we've been asked to move: subpages and talk
                # pages.  First, if the old page or the new page is a talk page, we
index 33fed8b..19407ef 100644 (file)
@@ -2432,7 +2432,6 @@ In those cases, you will have to move or merge the page manually if desired.",
 'move-watch'              => 'Watch this page',
 'movepagebtn'             => 'Move page',
 'pagemovedsub'            => 'Move succeeded',
-'movepage-moved'          => '<big>\'\'\'"$1" has been moved to "$2"\'\'\'</big>', # The two titles are passed in plain text as $3 and $4 to allow additional goodies in the message.
 'articleexists'           => 'A page of that name already exists, or the name you have chosen is not valid.
 Please choose another name.',
 'cantmove-titleprotected' => 'You cannot move a page to this location, because the new title has been protected from creation',
@@ -2443,7 +2442,7 @@ Please merge them manually.'''",
 'move-subpages'           => 'Move all subpages, if applicable',
 'move-talk-subpages'      => 'Move all subpages of talk page, if applicable',
 'movepage-page-exists'    => 'The page $1 already exists and cannot be automatically overwritten.',
-'movepage-page-moved'     => 'The page $1 has been moved to $2.',
+'movepage-page-moved'     => 'The page $1 has been moved to $2.', # The two titles are passed in plain text as $3 and $4 to allow additional goodies in the message.
 'movepage-page-unmoved'   => 'The page $1 could not be moved to $2.',
 'movepage-max-pages'      => 'The maximum of $1 {{PLURAL:$1|page|pages}} has been moved and no more will be moved automatically.',
 '1movedto2'               => '[[$1]] moved to [[$2]]',