Remove unused message 'redirectingto'
authorRaimond Spekking <raymond@users.mediawiki.org>
Mon, 11 Aug 2008 14:40:59 +0000 (14:40 +0000)
committerRaimond Spekking <raymond@users.mediawiki.org>
Mon, 11 Aug 2008 14:40:59 +0000 (14:40 +0000)
languages/messages/MessagesEn.php
maintenance/language/messages.inc

index 125cbc0..edc3eb9 100644 (file)
@@ -3261,9 +3261,6 @@ Please confirm that you really want to recreate this page.",
 
 'unit-pixel' => 'px', # only translate this message to other languages if you have to change it
 
-# HTML dump
-'redirectingto' => 'Redirecting to [[:$1]]...',
-
 # action=purge
 'confirm_purge'        => 'Clear the cache of this page?
 
index ca20d6b..7b13710 100644 (file)
@@ -2408,9 +2408,6 @@ $wgMessageStructure = array(
        'unit-pixel' => array(
                'unit-pixel',
        ),
-       'htmldump' => array(
-               'redirectingto',
-       ),
        'purge' => array(
                'confirm_purge',
                'confirm_purge_button',
@@ -2782,7 +2779,6 @@ Variants for Chinese language",
        'trackbacks'            => 'Trackbacks',
        'deleteconflict'        => 'Delete conflict',
        'unit-pixel'            => '',
-       'htmldump'              => 'HTML dump',
        'purge'                 => 'action=purge',
        'search2'               => 'AJAX search',
        'separators'            => 'Separators for various lists, etc.',