From a167f71d49a08afeb77b7019bcb6941f23f5421f Mon Sep 17 00:00:00 2001 From: Roy-043 <70520633+Roy-043@users.noreply.github.com> Date: Wed, 20 Aug 2025 15:20:06 +0200 Subject: [PATCH] Update gui_labels.py --- src/Mod/Draft/draftguitools/gui_labels.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Draft/draftguitools/gui_labels.py b/src/Mod/Draft/draftguitools/gui_labels.py index 1d4e79074e..da088f815b 100644 --- a/src/Mod/Draft/draftguitools/gui_labels.py +++ b/src/Mod/Draft/draftguitools/gui_labels.py @@ -61,7 +61,7 @@ class Label(gui_base_original.Creator): return {'Pixmap': 'Draft_Label', 'Accel': "D, L", 'MenuText': QT_TRANSLATE_NOOP("Draft_Label", "Label"), - 'ToolTip': QT_TRANSLATE_NOOP("Draft_Label", "Creates a label, optionally attached to a selected object or subelement.\n\nFirst select a vertex, an edge, or a face of an object, then call this command,\nand then set the position of the leader line and the textual label.\nThe label will be able to display information about this object, and about the selected subelement,\nif any.\n\nIf many objects or many subelements are selected, only the first one in each case\nwill be used to provide information to the label.")} + 'ToolTip': QT_TRANSLATE_NOOP("Draft_Label", "Creates a label, optionally attached to a selected object or subelement")} def Activated(self): """Execute when the command is called."""