diff src/protocols/silc/ops.c @ 8891:4f7c365c5c5a

[gaim-migrate @ 9660] i18n fixes for SILC from Ambrose Li and ?ric Boumaour. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 06 May 2004 12:17:17 +0000
parents 50d0f76639e7
children 26c9b8761707
line wrap: on
line diff
--- a/src/protocols/silc/ops.c	Thu May 06 06:27:26 2004 +0000
+++ b/src/protocols/silc/ops.c	Thu May 06 12:17:17 2004 +0000
@@ -260,7 +260,7 @@
 			break;
 
 		/* Join user to channel */
-		g_snprintf(buf, sizeof(buf), _("%s@%s"),
+		g_snprintf(buf, sizeof(buf), "%s@%s",
 			   client_entry->username, client_entry->hostname);
 		gaim_conv_chat_add_user(GAIM_CONV_CHAT(convo),
 					g_strdup(client_entry->nickname), buf);
@@ -950,7 +950,7 @@
 						silc_free(m);
 
 					}
-					g_string_append_printf(s, _("%s\n"), tmp);
+					g_string_append_printf(s, "%s\n", tmp);
 					silc_free(umodes);
 				}
 			}