SSH: Fix UI text

Change-Id: Iabd0a3278ac2f241b8880f41d0cfad729cdea1fd
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
Leena Miettinen
2019-03-01 17:04:47 +01:00
parent c0cd990ab8
commit d722edb772

View File

@@ -149,7 +149,7 @@ void SftpTransfer::doStart()
break;
case Internal::FileTransferType::Download:
if (!QDir::root().mkdir(dir)) {
emitError(tr("Failed to create local directory \"%1\"")
emitError(tr("Failed to create local directory \"%1\".")
.arg(QDir::toNativeSeparators(dir)));
return;
}