diff src/protocols/oscar/oscar.c @ 9770:41f302d41839

[gaim-migrate @ 10638] (22:52:45) noif: LSchiere: one last addition to my chat-info-defaults patch... this removes the old defaulting mechanism which only jabber used and accomplishes the same thing through the new defaulting mechanism. It also changes the "Group" to "Room" for oscar chats to avoid having two fields labelled "Group". committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Tue, 17 Aug 2004 02:52:13 +0000
parents 4f2b50a06224
children 9812dde4323e
line wrap: on
line diff
--- a/src/protocols/oscar/oscar.c	Tue Aug 17 00:50:20 2004 +0000
+++ b/src/protocols/oscar/oscar.c	Tue Aug 17 02:52:13 2004 +0000
@@ -6209,7 +6209,7 @@
 	struct proto_chat_entry *pce;
 
 	pce = g_new0(struct proto_chat_entry, 1);
-	pce->label = _("_Group:");
+	pce->label = _("_Room:");
 	pce->identifier = "room";
 	m = g_list_append(m, pce);