qmake: Fix UI text according to the guidelines

https://doc.qt.io/qtcreator-extending/qtcreator-ui-text.html

Task-number: QTCREATORBUG-23683
Change-Id: Id567c21af61c939e177c65b2e1907b13f9b0bb62
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
Leena Miettinen
2020-03-11 12:03:11 +01:00
parent 5290660932
commit 8bb3102438

View File

@@ -617,7 +617,7 @@ Tasks QmakeProject::projectIssues(const Kit *k) const
if (qtThatContainsProject && qtThatContainsProject != qtFromKit) {
result.append(CompileTask(Task::Warning,
tr("Project is part of Qt sources that do not match "
"the Qt defined in the Kit")));
"the Qt defined in the kit.")));
}
return result;