diff options
author | Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> | 2015-07-03 10:22:28 +0200 |
---|---|---|
committer | Tobias Hunger <tobias.hunger@theqtcompany.com> | 2015-07-03 09:01:44 +0000 |
commit | 296e101d81b2a15d4b0425602e9d1302fe0cc2bd (patch) | |
tree | 308d2d8ebc079c79866d8f62ba26ceb67f08c735 /src/plugins/qnx | |
parent | 5e2cd22065d287f91e7fb4cc932094ba6011c444 (diff) | |
download | qt-creator-296e101d81b2a15d4b0425602e9d1302fe0cc2bd.tar.gz |
QNX: fix message punctuation
Change-Id: Ie28683085c4c545ac18310de2867468bd20e8975
Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
Diffstat (limited to 'src/plugins/qnx')
-rw-r--r-- | src/plugins/qnx/qnxqtversion.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qnx/qnxqtversion.cpp b/src/plugins/qnx/qnxqtversion.cpp index 16c2563da1..95fa5f871f 100644 --- a/src/plugins/qnx/qnxqtversion.cpp +++ b/src/plugins/qnx/qnxqtversion.cpp @@ -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(); } |