forked from qt-creator/qt-creator
QNX: fix message punctuation
Change-Id: Ie28683085c4c545ac18310de2867468bd20e8975 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
committed by
Tobias Hunger
parent
5e2cd22065
commit
296e101d81
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user