Gui: Adjust tooltips for improved translation

Tooltips should not be identical to the command menu entry, it prevents translators from translating them separately.
This commit is contained in:
Chris Hennes
2023-04-29 13:03:02 -05:00
parent 4d076a7056
commit f1e57968cd
7 changed files with 29 additions and 29 deletions

View File

@@ -872,9 +872,9 @@ public:
{
sGroup = "View";
sMenuText = QT_TR_NOOP("Link actions");
sToolTipText = QT_TR_NOOP("Link actions");
sToolTipText = QT_TR_NOOP("Actions that apply to link objects");
sWhatsThis = "Std_LinkMakeRelative";
sStatusTip = QT_TR_NOOP("Link actions");
sStatusTip = QT_TR_NOOP("Actions that apply to link objects");
eType = AlterDoc;
bCanLog = false;