From: Tim Laqua Date: Mon, 3 Sep 2007 17:50:14 +0000 (+0000) Subject: Minor - Switched to hardcoded space for 'newsectionsummary' X-Git-Tag: 1.31.0-rc.0~51544 X-Git-Url: http://git.cyclocoop.org/url?a=commitdiff_plain;h=3f658e1eb9d5f23628a8c989716c52cbd0c5a5a3;p=lhc%2Fweb%2Fwiklou.git Minor - Switched to hardcoded space for 'newsectionsummary' --- diff --git a/includes/EditPage.php b/includes/EditPage.php index 98c5d8b5b8..724b4ca0f6 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -845,7 +845,7 @@ class EditPage { # This is a new section, so create a link to the new section # in the revision summary. $this->summary = wfMsg('newsectionsummary') . - "[[{$this->mTitle->getPrefixedText()}#{$this->summary}|{$this->summary}]]"; + " [[{$this->mTitle->getPrefixedText()}#{$this->summary}|{$this->summary}]]"; } } elseif( $this->section != '' ) { # Try to get a section anchor from the section source, redirect to edited section if header found diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 8c5e66062c..fe92957a54 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -1351,7 +1351,7 @@ Unselected groups will not be changed. You can deselect a group with CTRL + Left 'rc_categories' => 'Limit to categories (separate with "|")', 'rc_categories_any' => 'Any', 'rc-change-size' => '$1', # only translate this message to other languages if you have to change it -'newsectionsummary' => 'New section: ', +'newsectionsummary' => 'New section:', # Recent changes linked 'recentchangeslinked' => 'Related changes',