From: Fran Rogers Date: Sat, 16 Aug 2008 09:00:38 +0000 (+0000) Subject: Use the 'postcomment' message consistently across skins X-Git-Tag: 1.31.0-rc.0~45880 X-Git-Url: http://git.cyclocoop.org/?a=commitdiff_plain;h=fd9f38fd24740cd8333a3c868de0ca327077f03d;p=lhc%2Fweb%2Fwiklou.git Use the 'postcomment' message consistently across skins --- 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' ) ); }