mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
* Fix #894: Replaced help text for flip &rotated tool-flip icon * Undo changes to icons.
This commit is contained in:
parent
17b1712b82
commit
cb41a72b5b
@ -3,9 +3,9 @@
|
||||
|
||||
ns.Flip = function () {
|
||||
this.toolId = 'tool-flip';
|
||||
this.helpText = 'Flip vertically';
|
||||
this.helpText = 'Flip horizontally';
|
||||
this.tooltipDescriptors = [
|
||||
{key : 'alt', description : 'Flip horizontally'},
|
||||
{key : 'alt', description : 'Flip vertically'},
|
||||
{key : 'ctrl', description : 'Apply to all layers'},
|
||||
{key : 'shift', description : 'Apply to all frames'}
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user