Followup to r101120, replaced hardcoded parentheses with the 'parentheses' message.

This commit is contained in:
Amir E. Aharoni 2011-10-28 08:04:58 +00:00
parent 08513967f9
commit c93dfd61fb

View file

@ -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();
}
/**