http://www.mediawiki.org/wiki/Special:Code/MediaWiki/96095

Revision: 96095
Author:   siebrand
Date:     2011-09-02 13:16:29 +0000 (Fri, 02 Sep 2011)
Log Message:
-----------
Revert r96094. That space is already in colon-separator. Should have know and 
checked earlier.

Modified Paths:
--------------
    trunk/phase3/includes/specials/SpecialImport.php

Modified: trunk/phase3/includes/specials/SpecialImport.php
===================================================================
--- trunk/phase3/includes/specials/SpecialImport.php    2011-09-02 13:14:33 UTC 
(rev 96094)
+++ trunk/phase3/includes/specials/SpecialImport.php    2011-09-02 13:16:29 UTC 
(rev 96095)
@@ -366,8 +366,7 @@
                                $detail = wfMsgExt( 
'import-logentry-upload-detail', array( 'content', 'parsemag' ),
                                        $contentCount );
                                if ( $this->reason ) {
-                                       $detail .=  wfMsgForContent( 
'colon-separator' ) . wfMsgForContent( 'word-separator' );
-                                       $detail .= $this->reason;
+                                       $detail .=  wfMsgForContent( 
'colon-separator' ) . $this->reason;
                                }
                                $log->addEntry( 'upload', $title, $detail );
                        } else {
@@ -376,8 +375,7 @@
                                $detail = wfMsgExt( 
'import-logentry-interwiki-detail', array( 'content', 'parsemag' ),
                                        $contentCount, $interwiki );
                                if ( $this->reason ) {
-                                       $detail .=  wfMsgForContent( 
'colon-separator' ) . wfMsgForContent( 'word-separator' );
-                                       $detail .= $this->reason;
+                                       $detail .=  wfMsgForContent( 
'colon-separator' ) . $this->reason;
                                }
                                $log->addEntry( 'interwiki', $title, $detail );
                        }


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to