Replace deprecated 'comment' with 'speechBubble' icon

Bug: T183600
Change-Id: Iebebba61a099193051cffc11f41e366bdb1c19e1
This commit is contained in:
Volker E 2018-03-26 21:14:35 -07:00
parent fe525e3bcc
commit e837512cc6

View file

@ -147,7 +147,7 @@ ve.ui.MWHelpPopupTool = function VeUiMWHelpPopupTool( toolGroup, config ) {
} );
this.feedbackButton = new OO.ui.ButtonWidget( {
framed: false,
icon: 'comment',
icon: 'speechBubble',
label: ve.msg( 'visualeditor-feedback-tool' )
} );