diff options
author | Leena Miettinen <[email protected]> | 2015-06-01 09:51:04 +0200 |
---|---|---|
committer | Leena Miettinen <[email protected]> | 2015-06-01 09:11:26 +0000 |
commit | e2e175f0920dbb9ad73116c7ea6a662c32604a98 (patch) | |
tree | 0a1afab885cd3c39ffcf5b469b34aa764965d08a /src/libs/ssh/sshkeyexchange.cpp | |
parent | 51bb52139c479cca2dae82eb08aeb8d04718fca1 (diff) |
UI text: use double quotes for emphasis
Change-Id: Ia32f968bc672c587925ebc600de06b4387966aee
Reviewed-by: Christian Kandeler <[email protected]>
Reviewed-by: Eike Ziller <[email protected]>
Diffstat (limited to 'src/libs/ssh/sshkeyexchange.cpp')
-rw-r--r-- | src/libs/ssh/sshkeyexchange.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/ssh/sshkeyexchange.cpp b/src/libs/ssh/sshkeyexchange.cpp index 528a117908e..c553ecc8b22 100644 --- a/src/libs/ssh/sshkeyexchange.cpp +++ b/src/libs/ssh/sshkeyexchange.cpp @@ -134,7 +134,7 @@ bool SshKeyExchange::sendDhInitPacket(const SshIncomingPacket &serverKexInit) throw SshServerException(SSH_DISCONNECT_KEY_EXCHANGE_FAILED, "Invalid combination of key exchange and host key algorithms.", QCoreApplication::translate("SshConnection", - "No matching host key algorithm available for key exchange algorithm '%1'.") + "No matching host key algorithm available for key exchange algorithm \"%1\".") .arg(QString::fromLatin1(m_kexAlgoName))); } determineHashingAlgorithm(kexInitParams, true); |