From 2903f480ae5ed83354bfe4f65a99a17d67a70384 Mon Sep 17 00:00:00 2001 From: revaarathore11 Date: Fri, 14 Nov 2025 19:40:03 +0530 Subject: [PATCH] Fix tooltip text mismatch for 'Dimensions only' in Sketcher Preferences (#24825) --- src/Mod/Sketcher/Gui/SketcherSettings.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Sketcher/Gui/SketcherSettings.ui b/src/Mod/Sketcher/Gui/SketcherSettings.ui index fefa7e7964..6606c3cbbf 100644 --- a/src/Mod/Sketcher/Gui/SketcherSettings.ui +++ b/src/Mod/Sketcher/Gui/SketcherSettings.ui @@ -344,7 +344,7 @@ This setting is only for the toolbar. Whichever you choose, all tools are always Choose a visibility mode for the On-View-Parameters: 'Disabled': On-View-Parameters are completely disabled. -'Only dimensional': Only dimensional On-View-Parameters are visible. They are the most useful. For example the radius of a circle. +'Dimensional only': Only dimensional On-View-Parameters are visible. They are the most useful. For example, the radius of a circle. 'All': Both dimensional and positional On-View-Parameters. Positionals are the (x,y) position of the cursor. For example for the center of a circle.