Index: trunk/phase3/includes/specials/SpecialMovepage.php |
— | — | @@ -291,7 +291,7 @@ |
292 | 292 | $oldLink = "<span class='plainlinks'>[$oldUrl $oldText]</span>"; |
293 | 293 | $newLink = "<span class='plainlinks'>[$newUrl $newText]</span>"; |
294 | 294 | |
295 | | - $wgOut->addWikiMsg( 'movepage-moved', $oldLink, $newLink, $oldText, $newText ); |
| 295 | + $wgOut->addWikiMsg( 'movepage-page-moved', $oldLink, $newLink, $oldText, $newText ); |
296 | 296 | |
297 | 297 | # Now we move extra pages we've been asked to move: subpages and talk |
298 | 298 | # pages. First, if the old page or the new page is a talk page, we |
Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -2432,7 +2432,6 @@ |
2433 | 2433 | 'move-watch' => 'Watch this page', |
2434 | 2434 | 'movepagebtn' => 'Move page', |
2435 | 2435 | 'pagemovedsub' => 'Move succeeded', |
2436 | | -'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. |
2437 | 2436 | 'articleexists' => 'A page of that name already exists, or the name you have chosen is not valid. |
2438 | 2437 | Please choose another name.', |
2439 | 2438 | 'cantmove-titleprotected' => 'You cannot move a page to this location, because the new title has been protected from creation', |
— | — | @@ -2443,7 +2442,7 @@ |
2444 | 2443 | 'move-subpages' => 'Move all subpages, if applicable', |
2445 | 2444 | 'move-talk-subpages' => 'Move all subpages of talk page, if applicable', |
2446 | 2445 | 'movepage-page-exists' => 'The page $1 already exists and cannot be automatically overwritten.', |
2447 | | -'movepage-page-moved' => 'The page $1 has been moved to $2.', |
| 2446 | +'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. |
2448 | 2447 | 'movepage-page-unmoved' => 'The page $1 could not be moved to $2.', |
2449 | 2448 | 'movepage-max-pages' => 'The maximum of $1 {{PLURAL:$1|page|pages}} has been moved and no more will be moved automatically.', |
2450 | 2449 | '1movedto2' => '[[$1]] moved to [[$2]]', |