fix #9348 - Improve Part_Measure_Clear_All tooltip

This commit is contained in:
Adrián Insaurralde Avalos
2023-10-16 18:36:52 -03:00
committed by wwmayer
parent 806fdce9b7
commit ed61cbfe91

View File

@@ -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";