[sftp] Fix error message wording
This commit is contained in:
parent
93ebcc99a9
commit
b04dcde70e
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,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