Tr: Small fixes like full stops, whitespace and typos

Change-Id: I4d1edba6d28661af3c2255add35141f1e73fc304
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
This commit is contained in:
Eike Ziller
2023-10-16 11:42:53 +02:00
parent cee8309998
commit 64550e1339
22 changed files with 81 additions and 80 deletions

View File

@@ -97,8 +97,8 @@ static bool runPatchHelper(const QByteArray &input, const FilePath &workingDirec
if (!patchProcess.readDataFromProcess(&stdOut, &stdErr)) {
patchProcess.stop();
patchProcess.waitForFinished();
MessageManager::writeFlashing(Tr::tr("A timeout occurred running \"%1\"")
.arg(patch.toUserOutput()));
MessageManager::writeFlashing(
Tr::tr("A timeout occurred running \"%1\".").arg(patch.toUserOutput()));
return false;
}