Improve tooltip. Users are still confused by the message.
--HG-- branch : develop
This commit is contained in:
parent
ef6dd49202
commit
6c19748802
|
@ -507,7 +507,8 @@ void DialogSeamAllowance::CheckState()
|
|||
if (not applyAllowed)
|
||||
{
|
||||
tooltip = tooltip + QStringLiteral(" <b>") +
|
||||
tr("To open all detail's features complete creating the main path.") + QStringLiteral("</b>");
|
||||
tr("To open all detail's features complete creating the main path. Please, press OK.")
|
||||
+ QStringLiteral("</b>");
|
||||
}
|
||||
uiTabPaths->helpLabel->setText(tooltip);
|
||||
uiTabPaths->tabWidget->setTabIcon(uiTabPaths->tabWidget->indexOf(uiTabPaths->tabMainPath), QIcon());
|
||||
|
|
Loading…
Reference in New Issue
Block a user