From: Liangent Date: Fri, 4 Jan 2013 13:17:50 +0000 (+0800) Subject: Followup I888c616e: one more string to localize. X-Git-Tag: 1.31.0-rc.0~20842^2 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/ajouter.php?a=commitdiff_plain;h=a1b2f594b91f2ba497d40389077cb5213eec854f;p=lhc%2Fweb%2Fwiklou.git Followup I888c616e: one more string to localize. Change-Id: I330c7a1af055a4b89843349f5b05e9aa4fff10d0 --- 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();