Followup to r101120, replaced hardcoded parentheses with the 'parentheses' message.
This commit is contained in:
parent
08513967f9
commit
c93dfd61fb
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue