From: Niklas Laxström Date: Sun, 2 Jan 2011 12:43:43 +0000 (+0000) Subject: The subtitle on movepage is now redundant with the tabs X-Git-Tag: 1.31.0-rc.0~32881 X-Git-Url: https://git.cyclocoop.org//%22?a=commitdiff_plain;h=32fdb105e2a9367a09bd8f1604196365c01860f2;p=lhc%2Fweb%2Fwiklou.git The subtitle on movepage is now redundant with the tabs --- diff --git a/includes/specials/SpecialMovepage.php b/includes/specials/SpecialMovepage.php index eea2720011..dbed975ad1 100644 --- a/includes/specials/SpecialMovepage.php +++ b/includes/specials/SpecialMovepage.php @@ -108,7 +108,6 @@ class MovePageForm extends UnlistedSpecialPage { $oldTitleLink = $skin->link( $this->oldTitle ); $wgOut->setPagetitle( wfMsg( 'move-page', $this->oldTitle->getPrefixedText() ) ); - $wgOut->setSubtitle( wfMsg( 'move-page-backlink', $oldTitleLink ) ); $skin->setRelevantTitle( $this->oldTitle ); $newTitle = $this->newTitle; diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index efc8c7318d..a734eb30a6 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -3135,7 +3135,6 @@ To lock or unlock the database, this needs to be writable by the web server.', # Move page 'move-page' => 'Move $1', -'move-page-backlink' => '← $1', # only translate this message to other languages if you have to change it 'move-page-legend' => 'Move page', 'movepagetext' => "Using the form below will rename a page, moving all of its history to the new name. The old title will become a redirect page to the new title. diff --git a/maintenance/language/messageTypes.inc b/maintenance/language/messageTypes.inc index 117eafcabb..15ee3683c4 100644 --- a/maintenance/language/messageTypes.inc +++ b/maintenance/language/messageTypes.inc @@ -293,7 +293,6 @@ $wgOptionalMessages = array( 'filerevert-backlink', 'filedelete-backlink', 'delete-backlink', - 'move-page-backlink', 'protect-backlink', 'pagetitle', 'filename-prefix-blacklist', diff --git a/maintenance/language/messages.inc b/maintenance/language/messages.inc index 7b5eb6af80..6dc54c002d 100644 --- a/maintenance/language/messages.inc +++ b/maintenance/language/messages.inc @@ -2141,7 +2141,6 @@ $wgMessageStructure = array( ), 'movepage' => array( 'move-page', - 'move-page-backlink', 'move-page-legend', 'movepagetext', 'movepagetext-noredirectfixer',