Merge "MWSaveDialog: De-flag the 'return to save' button on diffs"

This commit is contained in:
jenkins-bot 2015-12-10 21:51:01 +00:00 committed by Gerrit Code Review
commit 3db4f22ecf

View file

@ -65,7 +65,6 @@ ve.ui.MWSaveDialog.static.actions = [
{
action: 'approve',
label: OO.ui.deferMsg( 'visualeditor-savedialog-label-review-good' ),
flags: [ 'progressive', 'primary' ],
modes: 'review'
},
{