Index: trunk/extensions/Translate/tag/SpecialPageTranslation.php |
— | — | @@ -200,7 +200,7 @@ |
201 | 201 | global $wgLang; |
202 | 202 | if ( method_exists( $wgLang, 'semicolonList' ) ) { |
203 | 203 | // BC for <1.15 |
204 | | - $actionText .= $wgLang->semicolonList( $actions ); |
| 204 | + $actionText = $wgLang->semicolonList( $actions ); |
205 | 205 | } else { |
206 | 206 | $actionText = implode( '; ', $actions ); |
207 | 207 | } |