From d8677a99e59bfa6ea1ac28af1980f3d6e99ce292 Mon Sep 17 00:00:00 2001 From: Roy-043 <70520633+Roy-043@users.noreply.github.com> Date: Fri, 19 Sep 2025 16:17:45 +0200 Subject: [PATCH] Draft: fix working plane tooltip (#24040) * Draft: fix working plane tooltip Related to #24033. * Update WorkingPlane.py: remove trailing blank line --- src/Mod/Draft/WorkingPlane.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Draft/WorkingPlane.py b/src/Mod/Draft/WorkingPlane.py index e3074c65d3..5713f87fd4 100644 --- a/src/Mod/Draft/WorkingPlane.py +++ b/src/Mod/Draft/WorkingPlane.py @@ -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)