changeset 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 7f36b34f8676
children cd81f1f2c896
files src/protocols/irc/irc.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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);