Translations: Fix various \n, full stops, spaces

Add missing full stops, remove space at beginning and end, remove end
lines at end

Change-Id: I4ce28f578e13e100dcfbd8ef70630462faf407fc
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
Eike Ziller
2024-04-15 09:37:53 +02:00
parent 168136b9e6
commit 7f8adab0d0
21 changed files with 259 additions and 369 deletions

View File

@@ -101,7 +101,7 @@ GroupItem GenericDeployStep::mkdirTask(const Storage<FilesToTransfer> &storage)
const int numResults = async.future().resultCount();
if (numResults == 0) {
addErrorMessage(
Tr::tr("Unknown error occurred while trying to create remote directories") + '\n');
Tr::tr("Unknown error occurred while trying to create remote directories.") + '\n');
return;
}