Update LoggedProcess.cpp

#4704
This commit is contained in:
Trym
2022-05-22 00:45:34 +02:00
committed by GitHub
parent 66e165f4b8
commit 3c815b8b8d

View File

@@ -106,7 +106,7 @@ void LoggedProcess::on_exit(int exit_code, QProcess::ExitStatus status)
}
}
emit log({tr("Please not that usually neither exit code nor its description are enough to diagnose issues!")}, MessageLevel::Launcher);
emit log({tr("Please note that usually neither the exit code, nor its description are enough to diagnose issues!")}, MessageLevel::Launcher);
emit log({tr("Always upload the entire log and not just the exit code.")}, MessageLevel::Launcher);
}
else