i18n tweak: Use 'colon-separator' instead of hardcoded colon
[lhc/web/wiklou.git] / includes / Title.php
index e461529..d0b28e5 100644 (file)
@@ -2880,7 +2880,7 @@ class Title {
                $comment = wfMsgForContent( '1movedto2_redir', $this->getPrefixedText(), $nt->getPrefixedText() );
 
                if ( $reason ) {
-                       $comment .= ": $reason";
+                       $comment .= wfMsgForContent( 'colon-separator' ) . $reason;
                }
 
                $now = wfTimestampNow();