Use cog icon for options

Bug: T191099
Change-Id: I17783d02e154311dffafb9e9314d13b0e5cadff0
This commit is contained in:
Ed Sanders 2018-04-04 13:15:56 +01:00
parent 6e01f3e6e3
commit fdc8107306

View file

@ -301,7 +301,7 @@ ve.ui.MWReferenceDialog.prototype.initialize = function () {
this.contentFieldset = new OO.ui.FieldsetLayout();
this.optionsFieldset = new OO.ui.FieldsetLayout( {
label: ve.msg( 'cite-ve-dialog-reference-options-section' ),
icon: 'settings'
icon: 'advanced'
} );
this.contentFieldset.$element.append( this.referenceTarget.$element );