From e9044c7effdf507b14d143301b2e5604d6a1231e Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Mon, 28 Oct 2019 16:15:39 +0100 Subject: [PATCH] Project explorer: Fix UI text Change-Id: I5d3d3ada11bbbd093ebbf003b0c34564e21f38de Reviewed-by: Christian Kandeler --- src/plugins/projectexplorer/targetsetuppage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/projectexplorer/targetsetuppage.cpp b/src/plugins/projectexplorer/targetsetuppage.cpp index d80b2689c16..a200b9233d7 100644 --- a/src/plugins/projectexplorer/targetsetuppage.cpp +++ b/src/plugins/projectexplorer/targetsetuppage.cpp @@ -101,7 +101,7 @@ public: noValidKitLabel = new QLabel(setupTargetPage); noValidKitLabel->setWordWrap(true); noValidKitLabel->setText(TargetSetupPage::tr("No suitable kits found.
" - "Please add a kit in the options " + "Add a kit in the options " "or via the maintenance tool of the SDK.")); noValidKitLabel->setTextInteractionFlags(Qt::TextBrowserInteraction); noValidKitLabel->setVisible(false);