mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Fix : Update tooltip text for lighten tool
This commit is contained in:
parent
1401c30d87
commit
7cbf2b2794
@ -10,7 +10,7 @@
|
||||
ns.Lighten = function() {
|
||||
this.superclass.constructor.call(this);
|
||||
this.toolId = "tool-lighten";
|
||||
this.helpText = "Lighten or ctrl:Darken";
|
||||
this.helpText = "Lighten (hold ctrl for Darken)";
|
||||
this.step = 3;
|
||||
this.resetUsedPixels_();
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user