* Follow up r46059: Add new message
authorRaimond Spekking <raymond@users.mediawiki.org>
Fri, 23 Jan 2009 07:36:06 +0000 (07:36 +0000)
committerRaimond Spekking <raymond@users.mediawiki.org>
Fri, 23 Jan 2009 07:36:06 +0000 (07:36 +0000)
* Move new message to the 'sidebar' section

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

index ac22775..508de1c 100644 (file)
@@ -473,7 +473,7 @@ future releases. Also note that since each list value is wrapped in a unique
 XHTML id it should only appear once and include characters that are legal
 XHTML id names.
 */
-'sidebar' => '
+'sidebar'             => '
 * navigation
 ** mainpage|mainpage-description
 ** portal-url|portal
@@ -484,6 +484,7 @@ XHTML id names.
 * SEARCH
 * TOOLBOX
 * LANGUAGES', # do not translate or duplicate this message to other languages
+'language-link-title' => '$1 version',
 
 # User preference toggles
 'tog-underline'               => 'Underline links:',
@@ -3790,6 +3791,4 @@ Enter the filename without the "{{ns:file}}:" prefix.',
 #Lines beginning with # are treated as comments
 
 #Put all regex fragments above this line. Leave this line exactly as it is</pre>',
-
-'language-link-title' => '$1 version',
 );
index b0e55fa..00815fc 100644 (file)
@@ -10,6 +10,7 @@
 $wgMessageStructure = array(
        'sidebar' => array(
                'sidebar',
+               'language-link-title',
        ),
        'toggles' => array(
                'tog-underline',