The subtitle on movepage is now redundant with the tabs
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Sun, 2 Jan 2011 12:43:43 +0000 (12:43 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Sun, 2 Jan 2011 12:43:43 +0000 (12:43 +0000)
includes/specials/SpecialMovepage.php
languages/messages/MessagesEn.php
maintenance/language/messageTypes.inc
maintenance/language/messages.inc

index eea2720..dbed975 100644 (file)
@@ -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;
index efc8c73..a734eb3 100644 (file)
@@ -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.
index 117eafc..15ee368 100644 (file)
@@ -293,7 +293,6 @@ $wgOptionalMessages = array(
        'filerevert-backlink',
        'filedelete-backlink',
        'delete-backlink',
-       'move-page-backlink',
        'protect-backlink',
        'pagetitle',
        'filename-prefix-blacklist',
index 7b5eb6a..6dc54c0 100644 (file)
@@ -2141,7 +2141,6 @@ $wgMessageStructure = array(
        ),
        'movepage' => array(
                'move-page',
-               'move-page-backlink',
                'move-page-legend',
                'movepagetext',
                'movepagetext-noredirectfixer',