mirror of
https://github.com/MultiMC/MultiMC5.git
synced 2025-03-13 01:14:28 +00:00
Merge pull request #4706 from TrymDev/patch-1
Typo in LoggedProcess.cpp
This commit is contained in:
commit
edc351c0d0
@ -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);
|
emit log({tr("Always upload the entire log and not just the exit code.")}, MessageLevel::Launcher);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user