Index: trunk/phase3/includes/SkinTemplate.php |
— | — | @@ -693,7 +693,7 @@ |
694 | 694 | if ( $istalk || $wgOut->showNewSectionLink() ) { |
695 | 695 | $content_actions['addsection'] = array( |
696 | 696 | 'class' => $section == 'new'?'selected':false, |
697 | | - 'text' => $istalk ? wfMsg( 'postcomment' ) : wfMsg('addsection'), |
| 697 | + 'text' => wfMsg('addsection'), |
698 | 698 | 'href' => $this->mTitle->getLocalUrl( 'action=edit§ion=new' ) |
699 | 699 | ); |
700 | 700 | } |