TechDraw: Fix tooltip in Gui/CommandAnnotate.cpp

Typo fix
This commit is contained in:
luzpaz
2025-08-18 14:52:31 +00:00
committed by Max Wilfinger
parent 8e20557ddb
commit 1906198901

View File

@@ -1330,7 +1330,7 @@ CmdTechDrawShowAll::CmdTechDrawShowAll()
{
sAppModule = "TechDraw";
sGroup = QT_TR_NOOP("TechDraw");
sMenuText = QT_TR_NOOP("Toggle Edge Visibilty");
sMenuText = QT_TR_NOOP("Toggle Edge Visibility");
sToolTipText = QT_TR_NOOP("Toggles the visibility of the selected edges");
sWhatsThis = "TechDraw_ShowAll";
sStatusTip = sToolTipText;