Index: trunk/phase3/includes/EditPage.php |
— | — | @@ -2447,7 +2447,7 @@ |
2448 | 2448 | # If we're adding a comment, we need to show the |
2449 | 2449 | # summary as the headline |
2450 | 2450 | if ( $this->section == "new" && $this->summary != "" ) { |
2451 | | - $toparse = "== {$this->summary} ==\n\n" . $toparse; |
| 2451 | + $toparse = wfMsgForContent( 'newsectionheaderdefaultlevel', $this->summary ) . "\n\n" . $toparse; |
2452 | 2452 | } |
2453 | 2453 | |
2454 | 2454 | wfRunHooks( 'EditPageGetPreviewText', array( $this, &$toparse ) ); |