This commit is contained in:
Lukas Brübach 2025-02-18 21:47:57 +01:00
parent 2286419945
commit b7da212f28

View file

@ -1220,8 +1220,7 @@ void MainWindow::cardUpdateError(QProcess::ProcessError err)
error += "\n\nError output:\n" + cardUpdateProcess->readAllStandardError();
break;
case QProcess::Timedout:
error =
tr("Timed out. The process took too long to respond. The last waitFor...() function timed out.");
error = tr("Timed out. The process took too long to respond. The last waitFor...() function timed out.");
break;
case QProcess::WriteError:
error = tr("An error occurred when attempting to write to the process. For example, the process may "