Index: trunk/extensions/Translate/Translate.css |
— | — | @@ -154,7 +154,7 @@ |
155 | 155 | padding: 0.5em; |
156 | 156 | } |
157 | 157 | |
158 | | -.mw-tpt-sp-legend, .mw-translate-manage-legend { |
| 158 | +.mw-tpt-sp-legend { |
159 | 159 | font-weight: bold; |
160 | 160 | } |
161 | 161 | |
Index: trunk/extensions/Translate/utils/MessageWebImporter.php |
— | — | @@ -428,7 +428,7 @@ |
429 | 429 | */ |
430 | 430 | public static function makeSectionElement( $legend, $type, $content ) { |
431 | 431 | $containerParams = array( 'class' => "mw-tpt-sp-section mw-tpt-sp-section-type-{$type}" ); |
432 | | - $legendParams = array( 'class' => 'mw-translate-manage-legend' ); |
| 432 | + $legendParams = array( 'class' => 'mw-tpt-sp-legend' ); |
433 | 433 | $contentParams = array( 'class' => 'mw-tpt-sp-content' ); |
434 | 434 | |
435 | 435 | return Xml::tags( |