Index: trunk/extensions/Translate/utils/TranslationEditPage.php |
— | — | @@ -103,7 +103,7 @@ |
104 | 104 | $hidden[] = Html::hidden( 'action', 'edit' ); |
105 | 105 | |
106 | 106 | $summary = Xml::inputLabel( wfMsg( 'summary' ), 'summary', 'summary', 40 ); |
107 | | - $save = Xml::submitButton( wfMsg( 'savearticle' ), array( 'style' => 'font-weight:bold', 'class' => 'mw-translate-save' ) ); |
| 107 | + $save = Xml::submitButton( wfMsg( 'savearticle' ), array( 'class' => 'mw-translate-save' ) ); |
108 | 108 | $saveAndNext = Xml::submitButton( wfMsg( 'translate-js-next' ), array( 'class' => 'mw-translate-next' ) ); |
109 | 109 | $skip = Html::element( 'input', array( 'class' => 'mw-translate-skip', 'type' => 'button', 'value' => wfMsg( 'translate-js-skip' ) ) ); |
110 | 110 | |