diff src/protocols/yahoo/yahoochat.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 ee32e030c9be
children adcd6208ff43
line wrap: on
line diff
--- a/src/protocols/yahoo/yahoochat.c	Fri Dec 12 23:42:02 2003 +0000
+++ b/src/protocols/yahoo/yahoochat.c	Sat Dec 13 01:16:23 2003 +0000
@@ -934,7 +934,7 @@
 	struct proto_chat_entry *pce;
 
 	pce = g_new0(struct proto_chat_entry, 1);
-	pce->label = _("Room:");
+	pce->label = _("_Room:");
 	pce->identifier = "room";
 	m = g_list_append(m, pce);