Minor - Switched to hardcoded space for 'newsectionsummary'
authorTim Laqua <tlaqua@users.mediawiki.org>
Mon, 3 Sep 2007 17:50:14 +0000 (17:50 +0000)
committerTim Laqua <tlaqua@users.mediawiki.org>
Mon, 3 Sep 2007 17:50:14 +0000 (17:50 +0000)
includes/EditPage.php
languages/messages/MessagesEn.php

index 98c5d8b..724b4ca 100644 (file)
@@ -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
index 8c5e660..fe92957 100644 (file)
@@ -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',