Index: trunk/phase3/includes/specials/SpecialBlockList.php |
— | — | @@ -325,7 +325,7 @@ |
326 | 326 | $formatted .= ' ' . Html::rawElement( |
327 | 327 | 'span', |
328 | 328 | array( 'class' => 'mw-blocklist-actions' ), |
329 | | - "[{$wgLang->pipeList($links)}]" |
| 329 | + wfMsg( 'parentheses', $wgLang->pipeList( $links ) ) |
330 | 330 | ); |
331 | 331 | } |
332 | 332 | break; |