forked from qt-creator/qt-creator
SSH: Fix UI text
Change-Id: Iabd0a3278ac2f241b8880f41d0cfad729cdea1fd Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user