From 69f05d313cb6f6ace8d4ba8adc4067c6076aad33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Insaurralde=20Avalos?= <36372335+adrianinsaval@users.noreply.github.com> Date: Mon, 16 Oct 2023 18:36:52 -0300 Subject: [PATCH] fix #9348 - Improve Part_Measure_Clear_All tooltip --- src/Mod/Part/Gui/Command.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Part/Gui/Command.cpp b/src/Mod/Part/Gui/Command.cpp index 5773bac1b3..c4a4392127 100644 --- a/src/Mod/Part/Gui/Command.cpp +++ b/src/Mod/Part/Gui/Command.cpp @@ -2226,7 +2226,7 @@ CmdMeasureClearAll::CmdMeasureClearAll() sAppModule = "Part"; sGroup = QT_TR_NOOP("Part"); sMenuText = QT_TR_NOOP("Clear All"); - sToolTipText = QT_TR_NOOP("Clear all dimensions from the screen."); + sToolTipText = QT_TR_NOOP("Clear all dimensions from the active 3D view."); sWhatsThis = "Part_Measure_Clear_All"; sStatusTip = sToolTipText; sPixmap = "Part_Measure_Clear_All";