forked from qt-creator/qt-creator
QMakeProjectManager: add full stop to end of message
Change-Id: Ie7e8ed6ba3f42e357e2443e7c107aa37d2f23d6d Reviewed-by: Daniel Teske <daniel.teske@theqtcompany.com>
This commit is contained in:
committed by
Leena Miettinen
parent
9e2501c3a2
commit
51513afa61
@@ -2383,7 +2383,7 @@ FileNameList QmakeProFileNode::subDirsPaths(QtSupport::ProFileReader *reader,
|
||||
}
|
||||
} else {
|
||||
if (errors)
|
||||
errors->append(QCoreApplication::translate("QmakeProFileNode", "Could not find .pro file for sub dir \"%1\" in \"%2\"")
|
||||
errors->append(QCoreApplication::translate("QmakeProFileNode", "Could not find .pro file for subdirectory \"%1\" in \"%2\".")
|
||||
.arg(subDirVar).arg(realDir));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user