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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user