forked from qt-creator/qt-creator
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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user