diff src/protocols/zephyr/zephyr.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 08ce2a94d9c7
children 1b8261f374ea
line wrap: on
line diff
--- a/src/protocols/zephyr/zephyr.c	Fri Dec 12 23:42:02 2003 +0000
+++ b/src/protocols/zephyr/zephyr.c	Sat Dec 13 01:16:23 2003 +0000
@@ -905,17 +905,17 @@
 	struct proto_chat_entry *pce;
 
 	pce = g_new0(struct proto_chat_entry, 1);
-	pce->label = _("Class:");
+	pce->label = _("_Class:");
 	pce->identifier = "class";
 	m = g_list_append(m, pce);
 
 	pce = g_new0(struct proto_chat_entry, 1);
-	pce->label = _("Instance:");
+	pce->label = _("_Instance:");
 	pce->identifier = "instance";
 	m = g_list_append(m, pce);
 
 	pce = g_new0(struct proto_chat_entry, 1);
-	pce->label = _("Recipient:");
+	pce->label = _("_Recipient:");
 	pce->identifier = "recipient";
 	m = g_list_append(m, pce);