QMakeProjectManager: add full stop to end of message

Change-Id: Ie7e8ed6ba3f42e357e2443e7c107aa37d2f23d6d
Reviewed-by: Daniel Teske <daniel.teske@theqtcompany.com>
This commit is contained in:
Leena Miettinen
2015-03-16 16:03:50 +01:00
committed by Leena Miettinen
parent 9e2501c3a2
commit 51513afa61

View File

@@ -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));
}
}