Improve tooltip. Users are still confused by the message.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2018-07-13 14:14:16 +03:00
parent ef6dd49202
commit 6c19748802

View file

@ -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());