diff --git a/src/libs/vtools/dialogs/tools/piece/dialogseamallowance.cpp b/src/libs/vtools/dialogs/tools/piece/dialogseamallowance.cpp index 6b781b5fb..e122374cb 100644 --- a/src/libs/vtools/dialogs/tools/piece/dialogseamallowance.cpp +++ b/src/libs/vtools/dialogs/tools/piece/dialogseamallowance.cpp @@ -507,7 +507,8 @@ void DialogSeamAllowance::CheckState() if (not applyAllowed) { tooltip = tooltip + QStringLiteral(" ") + - tr("To open all detail's features complete creating the main path.") + QStringLiteral(""); + tr("To open all detail's features complete creating the main path. Please, press OK.") + + QStringLiteral(""); } uiTabPaths->helpLabel->setText(tooltip); uiTabPaths->tabWidget->setTabIcon(uiTabPaths->tabWidget->indexOf(uiTabPaths->tabMainPath), QIcon());