From 935072758916330be94e63b8021972df94e62474 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Sun, 8 Apr 2007 13:30:18 +0000 Subject: [PATCH] * New message: talkpagelinktext --- includes/SpecialAllmessages.php | 2 +- languages/messages/MessagesEn.php | 5 +++-- maintenance/language/messages.inc | 3 ++- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/includes/SpecialAllmessages.php b/includes/SpecialAllmessages.php index 9f68d144ac..0862cd1747 100644 --- a/includes/SpecialAllmessages.php +++ b/includes/SpecialAllmessages.php @@ -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', diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 3887f59742..2e3fd3b58a 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -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 +?> diff --git a/maintenance/language/messages.inc b/maintenance/language/messages.inc index ba73db8885..2825e32ebb 100644 --- a/maintenance/language/messages.inc +++ b/maintenance/language/messages.inc @@ -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 +?> -- 2.20.1