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-page-moved', $oldLink, $newLink, $oldText, $newText ); |
| 295 | + $wgOut->addWikiMsg( 'movepage-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 |
— | — | @@ -2434,6 +2434,7 @@ |
2435 | 2435 | 'move-watch' => 'Watch this page', |
2436 | 2436 | 'movepagebtn' => 'Move page', |
2437 | 2437 | 'pagemovedsub' => 'Move succeeded', |
| 2438 | +'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. |
2438 | 2439 | 'articleexists' => 'A page of that name already exists, or the name you have chosen is not valid. |
2439 | 2440 | Please choose another name.', |
2440 | 2441 | 'cantmove-titleprotected' => 'You cannot move a page to this location, because the new title has been protected from creation', |
— | — | @@ -2444,7 +2445,7 @@ |
2445 | 2446 | 'move-subpages' => 'Move all subpages, if applicable', |
2446 | 2447 | 'move-talk-subpages' => 'Move all subpages of talk page, if applicable', |
2447 | 2448 | 'movepage-page-exists' => 'The page $1 already exists and cannot be automatically overwritten.', |
2448 | | -'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. |
| 2449 | +'movepage-page-moved' => 'The page $1 has been moved to $2.', |
2449 | 2450 | 'movepage-page-unmoved' => 'The page $1 could not be moved to $2.', |
2450 | 2451 | 'movepage-max-pages' => 'The maximum of $1 {{PLURAL:$1|page|pages}} has been moved and no more will be moved automatically.', |
2451 | 2452 | '1movedto2' => '[[$1]] moved to [[$2]]', |