Fix #894: Replaced help text for flip &rotated tool-flip icon (#899)

* Fix #894: Replaced help text for flip &rotated tool-flip icon

* Undo changes to icons.
This commit is contained in:
Dominik K 2020-02-03 06:44:38 +01:00 committed by GitHub
parent 17b1712b82
commit cb41a72b5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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'}
];