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, 3 insertions, 1 deletions
diff --git a/MLEB/Translate/specials/SpecialTranslate.php b/MLEB/Translate/specials/SpecialTranslate.php
index 8eb31229..305c1e00 100644
--- a/MLEB/Translate/specials/SpecialTranslate.php
+++ b/MLEB/Translate/specials/SpecialTranslate.php
@@ -329,7 +329,9 @@ class SpecialTranslate extends SpecialPage {
protected function getGroupDescription( MessageGroup $group ) {
$description = $group->getDescription( $this->getContext() );
if ( $description !== null ) {
- return $this->getOutput()->parse( $description, true, true );
+ return TranslateUtils::parseAsInterface(
+ $this->getOutput(), $description
+ );
}
return '';
}