updartes.
[silc.git] / apps / irssi / src / fe-common / silc / module-formats.c
index 4a8ec1288b9e82ef9eb2093ebabd5db8f1b48954..3a259fd0d6edcdee5fd98fbfd435ff10c8ad02aa 100644 (file)
@@ -106,12 +106,12 @@ FORMAT_REC fecommon_silc_formats[] = {
        { "bad_nick", "Bad nickname {hilight $0}", 1, { 0 } },
        { "unknown_notify", "Unknown notify type {hilight $0}", 1, { 0 } },
        { "ke_bad_version", "You are running an incompatible client version (it may be too old or too new) ", 0 },
-       { "ke_unsupported_public_key", "Server does not support your public key type", 0 },
-       { "ke_unknown_group", "Server does not support one of your proposed KE group", 0 },
-       { "ke_unknown_cipher", "Server does not support one of your proposed cipher", 0 },
-       { "ke_unknown_pkcs", "Server does not support one of your proposed PKCS", 0 },
-       { "ke_unknown_hash_function", "Server does not support one of your proposed hash function", 0 },
-       { "ke_unknown_hmac", "Server does not support one of your proposed HMAC", 0 },
+       { "ke_unsupported_public_key", "Remote does not trust/support your public key", 0 },
+       { "ke_unknown_group", "Remote does not support one of your proposed KE group", 0 },
+       { "ke_unknown_cipher", "Remote does not support one of your proposed cipher", 0 },
+       { "ke_unknown_pkcs", "Remote does not support one of your proposed PKCS", 0 },
+       { "ke_unknown_hash_function", "Remote does not support one of your proposed hash function", 0 },
+       { "ke_unknown_hmac", "Remote does not support one of your proposed HMAC", 0 },
        { "ke_incorrect_signature", "Incorrect signature", 0 },
        { "ke_invalid_cookie", "Invalid cookie", 0 },
        { "auth_failed", "Authentication failed", 0 },