Preselection preference text improvement (#14579)

* Update CommandView.cpp

* Update DlgSettingsSelection.ui
This commit is contained in:
FEA-eng
2024-06-17 17:40:03 +02:00
committed by GitHub
parent c1b2e933d2
commit 2ebb20c698
2 changed files with 2 additions and 2 deletions

View File

@@ -3543,7 +3543,7 @@ StdTreePreSelection::StdTreePreSelection()
{
sGroup = "TreeView";
sMenuText = QT_TR_NOOP("Pre-selection");
sToolTipText = QT_TR_NOOP("Preselect the object in 3D view when mouse over the tree item");
sToolTipText = QT_TR_NOOP("Preselect the object in 3D view when hovering the cursor over the tree item");
sStatusTip = sToolTipText;
sWhatsThis = "Std_TreePreSelection";
sPixmap = "tree-pre-sel";