fixed minor bug in testing
This commit is contained in:
committed by
borgmanJeremy
parent
1bf75693dd
commit
b531d2e0e8
@@ -34,7 +34,7 @@ QIcon SizeDecreaseTool::icon(const QColor& background, bool inEditor) const
|
||||
}
|
||||
QString SizeDecreaseTool::name() const
|
||||
{
|
||||
return tr("Increase Tool Size");
|
||||
return tr("Decrease Tool Size");
|
||||
}
|
||||
|
||||
ToolType SizeDecreaseTool::nameID() const
|
||||
|
||||
Reference in New Issue
Block a user