Mercurial > pidgin
diff src/protocols/silc/ops.c @ 12885:b704e60fe5de
[gaim-migrate @ 15237]
Mark some strings for translation
committer: Tailor Script <tailor@pidgin.im>
| author | Stu Tomlinson <stu@nosnilmot.com> |
|---|---|
| date | Sun, 15 Jan 2006 16:34:06 +0000 |
| parents | e4e47871c373 |
| children | b2efa1432708 |
line wrap: on
line diff
--- a/src/protocols/silc/ops.c Sun Jan 15 16:31:44 2006 +0000 +++ b/src/protocols/silc/ops.c Sun Jan 15 16:34:06 2006 +0000 @@ -718,7 +718,7 @@ serv_got_chat_left(gc, gaim_conv_chat_get_id(GAIM_CONV_CHAT(convo))); } else { /* Remove user from channel */ - g_snprintf(buf, sizeof(buf), ("Kicked by %s (%s)"), + g_snprintf(buf, sizeof(buf), _("Kicked by %s (%s)"), client_entry2->nickname, tmp ? tmp : ""); gaim_conv_chat_remove_user(GAIM_CONV_CHAT(convo), client_entry->nickname,
