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