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

@@ -1688,9 +1688,9 @@ public:
{
sGroup = "Edit";
sMenuText = QT_TR_NOOP("Expression actions");
sToolTipText = QT_TR_NOOP("Expression actions");
sToolTipText = QT_TR_NOOP("Actions that apply to expressions");
sWhatsThis = "Std_Expressions";
sStatusTip = QT_TR_NOOP("Expression actions");
sStatusTip = QT_TR_NOOP("Actions that apply to expressions");
eType = ForEdit;
}