Valgrind: Write Valgrind with initial capital letter

Change-Id: I219b0e752d32856f7fb56bc7df2883fc8749ae09
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Leena Miettinen
2023-06-19 12:02:42 +02:00
parent 5203704e24
commit 1fe2b3e583

View File

@@ -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;
} }