From: Amir E. Aharoni Date: Fri, 28 Oct 2011 08:04:58 +0000 (+0000) Subject: Followup to r101120, replaced hardcoded parentheses with the 'parentheses' message. X-Git-Tag: 1.31.0-rc.0~26853 X-Git-Url: http://git.cyclocoop.org/%7D%7Cconcat%7B?a=commitdiff_plain;h=c93dfd61fb97be07d6bde2568ff250e880cbd082;p=lhc%2Fweb%2Fwiklou.git Followup to r101120, replaced hardcoded parentheses with the 'parentheses' message. --- diff --git a/includes/ChangesList.php b/includes/ChangesList.php index f25e1da605..0b48c103da 100644 --- a/includes/ChangesList.php +++ b/includes/ChangesList.php @@ -218,7 +218,7 @@ class ChangesList extends ContextSource { return Html::element( $tag, array( 'dir' => 'ltr', 'class' => $formattedSizeClass ), - "($formattedSize)" ) . $wgLang->getDirMark(); + wfMessage( 'parentheses', $formattedSize )->plain() ) . $wgLang->getDirMark(); } /**