Fix : Update tooltip text for lighten tool

This commit is contained in:
jdescottes 2014-05-17 08:44:23 +02:00
parent 1401c30d87
commit 7cbf2b2794

View File

@ -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_();
};