diff src/protocols/irc/irc.c @ 2466:f8eb5f120603

[gaim-migrate @ 2479] cosmetic fix committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 09 Oct 2001 22:20:46 +0000
parents a25223b2c29b
children 227cc42ffa6e
line wrap: on
line diff
--- a/src/protocols/irc/irc.c	Tue Oct 09 22:14:56 2001 +0000
+++ b/src/protocols/irc/irc.c	Tue Oct 09 22:20:46 2001 +0000
@@ -1260,7 +1260,7 @@
 	struct proto_chat_entry *pce;
 
 	pce = g_new0(struct proto_chat_entry, 1);
-	pce->label = _("Room:");
+	pce->label = _("Channel:");
 	m = g_list_append(m, pce);
 
 	pce = g_new0(struct proto_chat_entry, 1);