QNX: fix message punctuation

Change-Id: Ie28683085c4c545ac18310de2867468bd20e8975
Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
Leena Miettinen
2015-07-03 10:22:28 +02:00
committed by Tobias Hunger
parent 5e2cd22065
commit 296e101d81

View File

@@ -193,7 +193,7 @@ bool QnxQtVersion::isValid() const
QString QnxQtVersion::invalidReason() const
{
if (sdkPath().isEmpty())
return QCoreApplication::translate("Qnx::Internal::QnxQtVersion", "No SDK path was set up");
return QCoreApplication::translate("Qnx::Internal::QnxQtVersion", "No SDK path was set up.");
return QtSupport::BaseQtVersion::invalidReason();
}