diff --git a/knetattach/knetattach.cpp b/knetattach/knetattach.cpp index e5f6e6d5..9162b3b2 100644 --- a/knetattach/knetattach.cpp +++ b/knetattach/knetattach.cpp @@ -92,7 +92,7 @@ void KNetAttach::setInformationText(const QString &type) text = i18n("Enter a name for this File Transfer Protocol connection as well as a server address and folder path to use and press the Save & Connect button."); } else if (type=="SFTP") { text = i18n("Enter a name for this SSH File Transfer Protocol as well as a server address, port and folder path to use and press the Save & Connect button."); - } else if (type=="SFTP") { + } else if (type=="NFS") { text = i18n("Enter a name for this Network File System as well as a server address, port and folder path to use and press the Save & Connect button."); } else if (type=="SMB") { text = i18n("Enter a name for this Microsoft Windows network drive as well as a server address and folder path to use and press the Save & Connect button.");