summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'MLEB/Translate/specials/SpecialTranslate.php')
-rw-r--r--MLEB/Translate/specials/SpecialTranslate.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/MLEB/Translate/specials/SpecialTranslate.php b/MLEB/Translate/specials/SpecialTranslate.php
index 7294e6f0..2c20c41d 100644
--- a/MLEB/Translate/specials/SpecialTranslate.php
+++ b/MLEB/Translate/specials/SpecialTranslate.php
@@ -272,7 +272,7 @@ class SpecialTranslate extends SpecialPage {
'class' => $groupClass,
'data-msggroupid' => $this->group->getId(),
],
- $this->group->getLabel()
+ $this->group->getLabel( $this->getContext() )
) .
Html::closeElement( 'div' );
@@ -360,8 +360,6 @@ class SpecialTranslate extends SpecialPage {
return true;
}
- $skin->getOutput()->addModuleStyles( 'ext.translate.tabgroup' );
-
// Extract subpage syntax, otherwise the values are not passed forward
$params = [];
if ( trim( $sub ) !== '' ) {