X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Firssi%2Fsrc%2Ffe-common%2Fsilc%2Fmodule-formats.c;h=3a259fd0d6edcdee5fd98fbfd435ff10c8ad02aa;hb=6102b7fda33850dc675eb711aca7dc935453dcc9;hp=4a8ec1288b9e82ef9eb2093ebabd5db8f1b48954;hpb=63ce9e3eb1938cee8672fd914531cea4543bb79f;p=silc.git diff --git a/apps/irssi/src/fe-common/silc/module-formats.c b/apps/irssi/src/fe-common/silc/module-formats.c index 4a8ec128..3a259fd0 100644 --- a/apps/irssi/src/fe-common/silc/module-formats.c +++ b/apps/irssi/src/fe-common/silc/module-formats.c @@ -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 },