Merge "Native digits on 'notification-page-linked-bundle'"

This commit is contained in:
jenkins-bot 2013-12-04 09:21:43 +00:00 committed by Gerrit Code Review
commit 0d003391dc

View file

@ -146,11 +146,11 @@ class EchoPageLinkFormatter extends EchoBasicFormatter {
if ( $this->bundleData['link-from-page-other-count'] > $wgEchoMaxNotificationCount ) {
$message->params(
$this->getMessage( 'echo-notification-count' )
->params( $wgEchoMaxNotificationCount )
->numParams( $wgEchoMaxNotificationCount )
->text()
);
} else {
$message->params( $this->bundleData['link-from-page-other-count'] );
$message->numParams( $this->bundleData['link-from-page-other-count'] );
}
break;