From 6c19748802d64aeedf59c557644fb5e43b972b82 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Fri, 13 Jul 2018 14:14:16 +0300 Subject: [PATCH] Improve tooltip. Users are still confused by the message. --HG-- branch : develop --- src/libs/vtools/dialogs/tools/piece/dialogseamallowance.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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());