Project explorer: Fix UI text

Change-Id: I5d3d3ada11bbbd093ebbf003b0c34564e21f38de
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
Leena Miettinen
2019-10-28 16:15:39 +01:00
parent 3ffee8213d
commit e9044c7eff

View File

@@ -101,7 +101,7 @@ public:
noValidKitLabel = new QLabel(setupTargetPage);
noValidKitLabel->setWordWrap(true);
noValidKitLabel->setText(TargetSetupPage::tr("<span style=\" font-weight:600;\">No suitable kits found.</span><br/>"
"Please add a kit in the <a href=\"buildandrun\">options</a> "
"Add a kit in the <a href=\"buildandrun\">options</a> "
"or via the maintenance tool of the SDK."));
noValidKitLabel->setTextInteractionFlags(Qt::TextBrowserInteraction);
noValidKitLabel->setVisible(false);