From fad28e2aebb18a0627206a89ffeb3c6c432ab783 Mon Sep 17 00:00:00 2001 From: Huji Date: Tue, 1 Jul 2008 11:22:44 +0000 Subject: [PATCH] Removing movepage-moved, using movepage-page-moved in its place. The former was actually a bolded version of the later. --- includes/specials/SpecialMovepage.php | 2 +- languages/messages/MessagesEn.php | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/includes/specials/SpecialMovepage.php b/includes/specials/SpecialMovepage.php index d08fb66bd8..4db533b9f3 100644 --- a/includes/specials/SpecialMovepage.php +++ b/includes/specials/SpecialMovepage.php @@ -291,7 +291,7 @@ class MovePageForm { $oldLink = "[$oldUrl $oldText]"; $newLink = "[$newUrl $newText]"; - $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 diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 33fed8bb34..19407efbb7 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -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' => '\'\'\'"$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. '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]]', -- 2.20.1