mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-27 15:50:29 +00:00
Edit check: avoid a hardcoded "continue" in the rejection dialog
Change-Id: I6a771dd6a7508fc44c1d8c67812d6b4b6111cb7a
This commit is contained in:
parent
4e1e1cb994
commit
9ed539235c
|
@ -81,7 +81,7 @@ ve.ui.EditCheckInspector.prototype.initialize = function () {
|
|||
this.answerConfirm = new OO.ui.ButtonWidget( {
|
||||
flags: [ 'progressive' ],
|
||||
framed: false,
|
||||
label: 'Continue',
|
||||
label: ve.msg( 'ooui-dialog-process-continue' ),
|
||||
disabled: true
|
||||
} );
|
||||
this.answerConfirm.toggle( !OO.ui.isMobile() );
|
||||
|
|
Loading…
Reference in a new issue