diff src/protocols/irc/msgs.c @ 9274:f5c08be60098

[gaim-migrate @ 10077] Bjoern Voigt writes "i18n62.patch: - display "Public Key Information" display contains an ASCII table with tabulators (after some discussion in gaim-i18n I reverted parts of my last patch) " he continues "i18n64.patch: - spelling in src/protocols/irc/parse.c and src/protocols/silc/silc.c - added a missing i18n string in src/protocols/irc/msgs.c" committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sun, 13 Jun 2004 17:26:45 +0000
parents f4f210e47b60
children 6c24a6f07256
line wrap: on
line diff
--- a/src/protocols/irc/msgs.c	Sat Jun 12 21:48:49 2004 +0000
+++ b/src/protocols/irc/msgs.c	Sun Jun 13 17:26:45 2004 +0000
@@ -320,7 +320,7 @@
 		names = cur = g_string_free(irc->names, FALSE);
 		irc->names = NULL;
 		if (irc->nameconv) {
-			msg = g_strdup_printf("Users on %s: %s", args[1], names);
+			msg = g_strdup_printf(_("Users on %s: %s"), args[1], names);
 			if (gaim_conversation_get_type(convo) == GAIM_CONV_CHAT)
 				gaim_conv_chat_write(GAIM_CONV_CHAT(convo), "", msg, GAIM_MESSAGE_SYSTEM|GAIM_MESSAGE_NO_LOG, time(NULL));
 			else