mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-28 00:40:12 +00:00
ve.ui.MWCitationDialog: Remove unneeded code re-setting insert label
This sets the label to be the same as the default value inherited from ve.ui.MWTemplateDialog. Looks like it's no longer needed since change Ia8fb88d3501ffa2c26add4419da5463a926f45d1 in VE-MW (2014). Change-Id: Icd64d22aef29a3791352e1839993ea8462a147f3
This commit is contained in:
parent
c31c93f619
commit
b7bdcaeccc
|
@ -100,9 +100,6 @@ ve.ui.MWCitationDialog.prototype.getSetupProcess = function ( data ) {
|
|||
);
|
||||
}
|
||||
}
|
||||
this.actions.forEach( { actions: 'insert' }, function ( action ) {
|
||||
action.setLabel( ve.msg( 'visualeditor-dialog-action-insert' ) );
|
||||
} );
|
||||
}, this );
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue