Index: trunk/phase3/includes/EditPage.php |
— | — | @@ -845,7 +845,7 @@ |
846 | 846 | # This is a new section, so create a link to the new section |
847 | 847 | # in the revision summary. |
848 | 848 | $this->summary = wfMsg('newsectionsummary') . |
849 | | - "[[{$this->mTitle->getPrefixedText()}#{$this->summary}|{$this->summary}]]"; |
| 849 | + " [[{$this->mTitle->getPrefixedText()}#{$this->summary}|{$this->summary}]]"; |
850 | 850 | } |
851 | 851 | } elseif( $this->section != '' ) { |
852 | 852 | # Try to get a section anchor from the section source, redirect to edited section if header found |
Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -1351,7 +1351,7 @@ |
1352 | 1352 | 'rc_categories' => 'Limit to categories (separate with "|")', |
1353 | 1353 | 'rc_categories_any' => 'Any', |
1354 | 1354 | 'rc-change-size' => '$1', # only translate this message to other languages if you have to change it |
1355 | | -'newsectionsummary' => 'New section: ', |
| 1355 | +'newsectionsummary' => 'New section:', |
1356 | 1356 | |
1357 | 1357 | # Recent changes linked |
1358 | 1358 | 'recentchangeslinked' => 'Related changes', |