diff src/protocols/toc/toc.c @ 7841:0555e59dfba9

[gaim-migrate @ 8494] A few more minor updates to the Join Chat dialog. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 13 Dec 2003 01:16:23 +0000
parents 08c9d0dcf906
children 1b8261f374ea
line wrap: on
line diff
--- a/src/protocols/toc/toc.c	Fri Dec 12 23:42:02 2003 +0000
+++ b/src/protocols/toc/toc.c	Sat Dec 13 01:16:23 2003 +0000
@@ -1256,12 +1256,12 @@
 	struct proto_chat_entry *pce;
 
 	pce = g_new0(struct proto_chat_entry, 1);
-	pce->label = _("Join what group:");
+	pce->label = _("_Group:");
 	pce->identifier = "room";
 	m = g_list_append(m, pce);
 
 	pce = g_new0(struct proto_chat_entry, 1);
-	pce->label = _("Exchange:");
+	pce->label = _("_Exchange:");
 	pce->identifier = "exchange";
 	pce->is_int = TRUE;
 	pce->min = 4;