[sftp] Fix error message wording
This commit is contained in:
parent
b6231f1218
commit
f79a1c1c6d
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ void Mounter::onFinished(int exitCode, QProcess::ExitStatus exitStatus)
|
|||
else
|
||||
{
|
||||
qCDebug(KDECONNECT_PLUGIN_SFTP) << "Process failed (exit code:" << exitCode << ")";
|
||||
Q_EMIT failed(i18n("Error when accessing to filesystem. sshfs finished with exit code %0").arg(exitCode));
|
||||
Q_EMIT failed(i18n("Error when accessing filesystem. sshfs finished with exit code %0").arg(exitCode));
|
||||
}
|
||||
|
||||
unmount(true);
|
||||
|
|
Loading…
Reference in a new issue