Remove message 'expandtemplates-desc'
authorraymond <raimond.spekking@gmail.com>
Sun, 24 Nov 2013 19:44:14 +0000 (20:44 +0100)
committerraymond <raimond.spekking@gmail.com>
Sun, 24 Nov 2013 19:44:14 +0000 (20:44 +0100)
Leftover from migration to core
Unused in core because it is the extension description message

Folloup to I7ef63488dc3ad3885bcf99ff52852e1c6981942b

Change-Id: I783582cb3571a3a4b0346b27dbabb5eb46556102

languages/messages/MessagesEn.php
maintenance/language/messages.inc

index 3720b05..5b48e7d 100644 (file)
@@ -5150,10 +5150,7 @@ Otherwise, you can use the easy form below. Your comment will be added to the pa
 
 # ExpandTemplates
 'expandtemplates'                  => 'Expand templates',
-'expandtemplates-desc'             => '[[Special:ExpandTemplates|Expands templates, parser functions
- and variables]] to show expanded wikitext and preview rendered page',
-'expand_templates_intro'           => 'This special page takes text and expands all templates in it 
-recursively.
+'expand_templates_intro'           => 'This special page takes text and expands all templates in it recursively.
 It also expands supported parser functions like
 <code><nowiki>{{</nowiki>#language:…}}</code> and variables like
 <code><nowiki>{{</nowiki>CURRENTDAY}}</code>.
index 02a4002..0451263 100644 (file)
@@ -3977,7 +3977,6 @@ $wgMessageStructure = array(
        ),
        'expandtemplates' => array(
                'expandtemplates',
-               'expandtemplates-desc',
                'expand_templates_intro',
                'expand_templates_title',
                'expand_templates_input',