- working on Isolation Tool: added a Preferences section in Edit -> Preferences and updated their usage within the Isolation tool
This commit is contained in:
@@ -159,7 +159,7 @@ class TclCommandPaint(TclCommand):
|
||||
|
||||
# used only to have correct information's in the obj.tools[tool]['data'] dict
|
||||
if "all" in args:
|
||||
select = _("All Polygons")
|
||||
select = _("All")
|
||||
elif "single" in args:
|
||||
select = _("Polygon Selection")
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user