mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
knetattach: correct type check for NFS information text
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
15408bce38
commit
35b1c6dcf0
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ void KNetAttach::setInformationText(const QString &type)
|
||||||
text = i18n("Enter a name for this <i>File Transfer Protocol connection</i> as well as a server address and folder path to use and press the <b>Save & Connect</b> button.");
|
text = i18n("Enter a name for this <i>File Transfer Protocol connection</i> as well as a server address and folder path to use and press the <b>Save & Connect</b> button.");
|
||||||
} else if (type=="SFTP") {
|
} else if (type=="SFTP") {
|
||||||
text = i18n("Enter a name for this <i>SSH File Transfer Protocol</i> as well as a server address, port and folder path to use and press the <b>Save & Connect</b> button.");
|
text = i18n("Enter a name for this <i>SSH File Transfer Protocol</i> as well as a server address, port and folder path to use and press the <b>Save & Connect</b> button.");
|
||||||
} else if (type=="SFTP") {
|
} else if (type=="NFS") {
|
||||||
text = i18n("Enter a name for this <i>Network File System</i> as well as a server address, port and folder path to use and press the <b>Save & Connect</b> button.");
|
text = i18n("Enter a name for this <i>Network File System</i> as well as a server address, port and folder path to use and press the <b>Save & Connect</b> button.");
|
||||||
} else if (type=="SMB") {
|
} else if (type=="SMB") {
|
||||||
text = i18n("Enter a name for this <i>Microsoft Windows network drive</i> as well as a server address and folder path to use and press the <b>Save & Connect</b> button.");
|
text = i18n("Enter a name for this <i>Microsoft Windows network drive</i> as well as a server address and folder path to use and press the <b>Save & Connect</b> button.");
|
||||||
|
|
Loading…
Add table
Reference in a new issue