* New message: talkpagelinktext
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Sun, 8 Apr 2007 13:30:18 +0000 (13:30 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Sun, 8 Apr 2007 13:30:18 +0000 (13:30 +0000)
includes/SpecialAllmessages.php
languages/messages/MessagesEn.php
maintenance/language/messages.inc

index 9f68d14..0862cd1 100644 (file)
@@ -89,7 +89,7 @@ function makeHTMLText( $messages ) {
        wfProfileIn( __METHOD__ );
 
        $sk = $wgUser->getSkin();
-       $talk = $wgLang->getNsText( NS_TALK );
+       $talk = wfMsg( 'talkpagelinktext' );
 
        $input = wfElement( 'input', array(
                'type'    => 'text',
index 3887f59..2e3fd3b 100644 (file)
@@ -416,7 +416,7 @@ $specialPageAliases = array(
        'Popularpages'              => array( 'Popularpages' ),
        'Search'                    => array( 'Search' ),
        'Resetpass'                 => array( 'Resetpass' ),
-        'Withoutinterwiki'          => array( 'Withoutinterwiki' ),
+       'Withoutinterwiki'          => array( 'Withoutinterwiki' ),
 );
 
 /**
@@ -641,6 +641,7 @@ parent class in order maintain consistency across languages.
 'unprotectthispage' => 'Unprotect this page',
 'newpage' => 'New page',
 'talkpage'             => 'Discuss this page',
+'talkpagelinktext' => 'Talk',
 'specialpage' => 'Special Page',
 'personaltools' => 'Personal tools',
 'postcomment'   => 'Post a comment',
@@ -2873,4 +2874,4 @@ Please confirm that really want to recreate this page.',
 
 );
 
-?>
\ No newline at end of file
+?>
index ba73db8..2825e32 100644 (file)
@@ -173,6 +173,7 @@ $wgMessageStructure = array(
                'unprotectthispage',
                'newpage',
                'talkpage',
+               'talkpagelinktext',
                'specialpage',
                'personaltools',
                'postcomment',
@@ -2280,4 +2281,4 @@ $wgMessagseWithDollarSigns = array(
        'allmessagesnotsupportedDB',
 );
 
-?>
\ No newline at end of file
+?>