mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 02:23:58 +00:00
Replace deprecated 'comment' with 'speechBubble' icon
Bug: T183600 Change-Id: Iebebba61a099193051cffc11f41e366bdb1c19e1
This commit is contained in:
parent
fe525e3bcc
commit
e837512cc6
|
@ -147,7 +147,7 @@ ve.ui.MWHelpPopupTool = function VeUiMWHelpPopupTool( toolGroup, config ) {
|
||||||
} );
|
} );
|
||||||
this.feedbackButton = new OO.ui.ButtonWidget( {
|
this.feedbackButton = new OO.ui.ButtonWidget( {
|
||||||
framed: false,
|
framed: false,
|
||||||
icon: 'comment',
|
icon: 'speechBubble',
|
||||||
label: ve.msg( 'visualeditor-feedback-tool' )
|
label: ve.msg( 'visualeditor-feedback-tool' )
|
||||||
} );
|
} );
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue