forked from qt-creator/qt-creator
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user