comparison 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
comparison
equal deleted inserted replaced
2465:7f36b34f8676 2466:f8eb5f120603
1258 { 1258 {
1259 GList *m = NULL; 1259 GList *m = NULL;
1260 struct proto_chat_entry *pce; 1260 struct proto_chat_entry *pce;
1261 1261
1262 pce = g_new0(struct proto_chat_entry, 1); 1262 pce = g_new0(struct proto_chat_entry, 1);
1263 pce->label = _("Room:"); 1263 pce->label = _("Channel:");
1264 m = g_list_append(m, pce); 1264 m = g_list_append(m, pce);
1265 1265
1266 pce = g_new0(struct proto_chat_entry, 1); 1266 pce = g_new0(struct proto_chat_entry, 1);
1267 pce->label = _("Password:"); 1267 pce->label = _("Password:");
1268 m = g_list_append(m, pce); 1268 m = g_list_append(m, pce);