mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-29 08:34:54 +00:00
ve.init.mw.MobileArticleTarget: Change "back" tool icon from "<" to "x"
Icon name changed from 'previous' to 'close'. This matches MobileFrontend's wikitext editor and other overlays. Bug: T210630 Change-Id: I5f588c65887dd2247d3f816959807f943215e0c3
This commit is contained in:
parent
f3768c8c21
commit
7fedb7be07
|
@ -274,7 +274,7 @@ ve.ui.MWBackTool = function VeUiMwBackTool() {
|
|||
OO.inheritClass( ve.ui.MWBackTool, ve.ui.Tool );
|
||||
ve.ui.MWBackTool.static.name = 'back';
|
||||
ve.ui.MWBackTool.static.group = 'navigation';
|
||||
ve.ui.MWBackTool.static.icon = 'previous';
|
||||
ve.ui.MWBackTool.static.icon = 'close';
|
||||
ve.ui.MWBackTool.static.title =
|
||||
OO.ui.deferMsg( 'visualeditor-backbutton-tooltip' );
|
||||
ve.ui.MWBackTool.static.commandName = 'back';
|
||||
|
|
Loading…
Reference in a new issue