Clang Static Analyzer: Fix UI text capitalization

Change-Id: I6347b455be55d34f8cd038f618326cfc6d77c582
Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
This commit is contained in:
Leena Miettinen
2016-04-05 13:42:19 +02:00
parent 3c9a893adc
commit 1ec4bbb029
4 changed files with 5 additions and 5 deletions

View File

@@ -91,7 +91,7 @@ bool isClangExecutableUsable(const QString &filePath, QString *errorMessage)
if (errorMessage) {
*errorMessage = QCoreApplication::translate("ClangStaticAnalyzer",
"The chosen file \"%1\" seems to point to an icecc binary not suitable "
"for analyzing.\nPlease set a real clang executable.")
"for analyzing.\nPlease set a real Clang executable.")
.arg(filePath);
}
return false;