Use the 'postcomment' message consistently across skins
authorFran Rogers <krimpet@users.mediawiki.org>
Sat, 16 Aug 2008 09:00:38 +0000 (09:00 +0000)
committerFran Rogers <krimpet@users.mediawiki.org>
Sat, 16 Aug 2008 09:00:38 +0000 (09:00 +0000)
includes/SkinTemplate.php

index 53f99a4..dfb75e8 100644 (file)
@@ -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&section=new' )
                                        );
                                }