From a1b2f594b91f2ba497d40389077cb5213eec854f Mon Sep 17 00:00:00 2001 From: Liangent Date: Fri, 4 Jan 2013 21:17:50 +0800 Subject: [PATCH] Followup I888c616e: one more string to localize. Change-Id: I330c7a1af055a4b89843349f5b05e9aa4fff10d0 --- includes/WikiPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/WikiPage.php b/includes/WikiPage.php index 7620b3adc5..507e330879 100644 --- a/includes/WikiPage.php +++ b/includes/WikiPage.php @@ -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(); -- 2.20.1