Followup I888c616e: one more string to localize.
authorLiangent <liangent@gmail.com>
Fri, 4 Jan 2013 13:17:50 +0000 (21:17 +0800)
committerLiangent <liangent@gmail.com>
Fri, 4 Jan 2013 13:17:50 +0000 (21:17 +0800)
Change-Id: I330c7a1af055a4b89843349f5b05e9aa4fff10d0

includes/WikiPage.php

index 7620b3a..507e330 100644 (file)
@@ -2350,7 +2350,7 @@ class WikiPage extends Page implements IDBAccessObject {
                                )->inContentLanguage()->text()
                        );
                        if ( $reason ) {
-                               $editComment .= ": $reason";
+                               $editComment .= wfMessage( 'colon-separator' )->inContentLanguage()->text() . $reason;
                        }
                        if ( $protectDescription ) {
                                $editComment .= wfMessage( 'word-separator' )->inContentLanguage()->text();