From fd9f38fd24740cd8333a3c868de0ca327077f03d Mon Sep 17 00:00:00 2001 From: Fran Rogers Date: Sat, 16 Aug 2008 09:00:38 +0000 Subject: [PATCH] Use the 'postcomment' message consistently across skins --- includes/SkinTemplate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/SkinTemplate.php b/includes/SkinTemplate.php index 53f99a4847..dfb75e8945 100644 --- a/includes/SkinTemplate.php +++ b/includes/SkinTemplate.php @@ -693,7 +693,7 @@ class SkinTemplate extends Skin { if ( $istalk || $wgOut->showNewSectionLink() ) { $content_actions['addsection'] = array( 'class' => $section == 'new'?'selected':false, - 'text' => wfMsg('addsection'), + 'text' => $istalk ? wfMsg( 'postcomment' ) : wfMsg('addsection'), 'href' => $this->mTitle->getLocalUrl( 'action=edit§ion=new' ) ); } -- 2.20.1