Draft: fix working plane tooltip (#24040)

* Draft: fix working plane tooltip

Related to #24033.

* Update WorkingPlane.py: remove trailing blank line
This commit is contained in:
Roy-043
2025-09-19 16:17:45 +02:00
committed by GitHub
parent 97c323c904
commit d8677a99e5

View File

@@ -1226,7 +1226,7 @@ class PlaneGui(PlaneBase):
auto=True,
icon=":/icons/view-axonometric.svg",
label=QT_TRANSLATE_NOOP("draft", "Auto"),
tip=QT_TRANSLATE_NOOP("draft", "Current working plane:") + " " + QT_TRANSLATE_NOOP("draft", "Auto")):
tip=QT_TRANSLATE_NOOP("draft", "Current working plane: Auto")):
if isinstance(u, PlaneGui):
self.match(u)