Skip to content

Commit

Permalink
Merge pull request FreeCAD#18959 from Roy-043/Core-fix-sWhatsThis-for…
Browse files Browse the repository at this point in the history
…-Std_LinkActions

Core: fix sWhatsThis for Std_LinkActions
  • Loading branch information
Roy-043 authored Jan 9, 2025
2 parents 89101ff + bee46bc commit 09573f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Gui/CommandLink.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,7 @@ class StdCmdLinkActions : public GroupCommand
sGroup = "View";
sMenuText = QT_TR_NOOP("Link actions");
sToolTipText = QT_TR_NOOP("Actions that apply to link objects");
sWhatsThis = "Std_LinkMakeRelative";
sWhatsThis = "Std_LinkActions";
sStatusTip = QT_TR_NOOP("Actions that apply to link objects");
eType = AlterDoc;
bCanLog = false;
Expand Down

0 comments on commit 09573f4

Please sign in to comment.