From 3c815b8b8d91a4c18d087ecf264c131c797b6ee4 Mon Sep 17 00:00:00 2001 From: Trym Date: Sun, 22 May 2022 00:45:34 +0200 Subject: [PATCH] Update LoggedProcess.cpp #4704 --- launcher/LoggedProcess.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher/LoggedProcess.cpp b/launcher/LoggedProcess.cpp index 625e2a26..1f573800 100644 --- a/launcher/LoggedProcess.cpp +++ b/launcher/LoggedProcess.cpp @@ -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