Mercurial > pidgin
diff src/protocols/silc/chat.c @ 13700:85267a333422
[gaim-migrate @ 16103]
Added some translation comments, as discussed on gaim-i18. I wasn't really sure how to write these, but it's hopefully a step in the right direction...
committer: Tailor Script <tailor@pidgin.im>
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Fri, 28 Apr 2006 06:46:29 +0000 |
| parents | 248b8b39c671 |
| children |
line wrap: on
line diff
--- a/src/protocols/silc/chat.c Fri Apr 28 04:25:58 2006 +0000 +++ b/src/protocols/silc/chat.c Fri Apr 28 06:46:29 2006 +0000 @@ -138,6 +138,7 @@ g_string_append_printf(s, _("<br><b>Channel Cipher:</b> %s"), silc_cipher_get_name(channel->channel_key)); if (channel->hmac) + /* Definition of HMAC: http://en.wikipedia.org/wiki/HMAC */ g_string_append_printf(s, _("<br><b>Channel HMAC:</b> %s"), silc_hmac_get_name(channel->hmac));
