Skip to content

Commit

Permalink
fix #9348 - Improve Part_Measure_Clear_All tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianinsaval authored and wwmayer committed Oct 17, 2023
1 parent 806fdce commit ed61cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Part/Gui/Command.cpp
Expand Up @@ -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";
Expand Down

0 comments on commit ed61cbf

Please sign in to comment.