Update of /cvsroot/gaim/gaim/src/protocols/napster
In directory sc8-pr-cvs1:/tmp/cvs-serv5856/src/protocols/napster
Modified Files:
napster.c
Log Message:
I knew I added a line somewhere on accident!
Index: napster.c
===================================================================
RCS file: /cvsroot/gaim/gaim/src/protocols/napster/napster.c,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -d -p -r1.66 -r1.67
--- napster.c 2 Oct 2003 02:54:03 -0000 1.66
+++ napster.c 13 Dec 2003 02:49:45 -0000 1.67
@@ -540,7 +540,7 @@ static GList *nap_chat_info(GaimConnecti
struct proto_chat_entry *pce;
pce = g_new0(struct proto_chat_entry, 1);
- pce->label = _("Join what group:");
+ pce->label = _("_Group:");
pce->identifier = "group";
m = g_list_append(m, pce);
|