Change plugin name
This commit is contained in:
parent
201bb400da
commit
b6231f1218
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ void KioKdeconnect::listDevice(const QString& device)
|
|||
}
|
||||
|
||||
if (!dev.hasPlugin(QStringLiteral("kdeconnect_sftp"))) {
|
||||
error(KIO::ERR_SLAVE_DEFINED, i18n("%0 has no SFTP plugin").arg(dev.name()));
|
||||
error(KIO::ERR_SLAVE_DEFINED, i18n("%0 has no Remote Filesystem plugin").arg(dev.name()));
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue