Index: trunk/extensions/Translate/SpecialSupportedLanguages.php |
— | — | @@ -70,7 +70,7 @@ |
71 | 71 | array( 'known', 'noclasses' ) |
72 | 72 | ); |
73 | 73 | |
74 | | - $wgOut->addHTML( $portalLink ); |
| 74 | + $wgOut->addHTML( "<h2>" . $portalLink . "</h2>" ); |
75 | 75 | |
76 | 76 | foreach ( $users[$code] as $index => $username ) { |
77 | 77 | $title = Title::makeTitleSafe( NS_USER, $username ); |
Index: trunk/extensions/Translate/Translate.i18n.php |
— | — | @@ -225,7 +225,7 @@ |
226 | 226 | |
227 | 227 | If you translate to a language and your name is not included, please add your name to the list of translators on the [[:Category:Languages|portal]] for that language. |
228 | 228 | See the menu bar for a link to the portal for the language of your preference.', |
229 | | - 'supportedlanguages-portallink' => '==[$1] $2 - $3==', |
| 229 | + 'supportedlanguages-portallink' => '[$1] $2 - $3', |
230 | 230 | |
231 | 231 | 'translate-save' => 'Save ($1)', |
232 | 232 | |