[sftp] Fix error message wording

This commit is contained in:
Nicolas Fella 2019-04-28 19:28:06 +00:00
parent 93ebcc99a9
commit b04dcde70e

View file

@ -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);