Index: trunk/extensions/Translate/specials/SpecialImportTranslations.php |
— | — | @@ -120,7 +120,7 @@ |
121 | 121 | global $wgOut; |
122 | 122 | |
123 | 123 | $wgOut->addModules( 'ext.translate.special.importtranslations' ); |
124 | | - |
| 124 | + TranslateUtils::addSpecialHelpLink( $wgOut, 'Help:Extension:Translate/Group_management' ); |
125 | 125 | /** |
126 | 126 | * Ugly but necessary form building ahead, ohoy |
127 | 127 | */ |
Index: trunk/extensions/Translate/specials/SpecialTranslations.php |
— | — | @@ -54,7 +54,7 @@ |
55 | 55 | } else { |
56 | 56 | $title = Title::newFromText( $par, $namespace ); |
57 | 57 | } |
58 | | - |
| 58 | + TranslateUtils::addSpecialHelpLink( $wgOut, 'Help:Extension:Translate' ); |
59 | 59 | if ( !$title ) { |
60 | 60 | $title = Title::makeTitle( NS_MEDIAWIKI, '' ); |
61 | 61 | $wgOut->addHTML( $this->namespaceMessageForm( $title ) ); |