forked from qt-creator/qt-creator
Valgrind: Write Valgrind with initial capital letter
Change-Id: I219b0e752d32856f7fb56bc7df2883fc8749ae09 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -61,7 +61,7 @@ void ValgrindToolRunner::start()
|
|||||||
|
|
||||||
if (!found.isExecutableFile()) {
|
if (!found.isExecutableFile()) {
|
||||||
reportFailure(Tr::tr("Valgrind executable \"%1\" not found or not executable.\n"
|
reportFailure(Tr::tr("Valgrind executable \"%1\" not found or not executable.\n"
|
||||||
"Check settings or ensure valgrind is installed and available in PATH.")
|
"Check settings or ensure Valgrind is installed and available in PATH.")
|
||||||
.arg(valgrindExecutable.toUserOutput()));
|
.arg(valgrindExecutable.toUserOutput()));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user