NOISSUE Move NtStatusGen to external repository

This commit is contained in:
Janrupf
2022-05-20 19:59:09 +02:00
parent 918090e02a
commit cbe6d0dbfd
9 changed files with 2616 additions and 257 deletions

View File

@@ -105,7 +105,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("Always post 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
{