* Fix #894: Replaced help text for flip &rotated tool-flip icon * Undo changes to icons.
This commit is contained in:
parent
17b1712b82
commit
cb41a72b5b
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue