libpurple/protocols/yahoo/yahoo.c

changeset 19850
ac6c66409002
parent 19832
84b69b21672b
child 19859
71d37b57eff2
--- a/libpurple/protocols/yahoo/yahoo.c	Thu Sep 06 15:42:57 2007 +0000
+++ b/libpurple/protocols/yahoo/yahoo.c	Thu Sep 06 15:49:12 2007 +0000
@@ -3505,7 +3505,7 @@
 static void yahoo_show_chat_goto(PurplePluginAction *action)
 {
 	PurpleConnection *gc = (PurpleConnection *) action->context;
-	purple_request_input(gc, NULL, _("Join who in chat?"), NULL,
+	purple_request_input(gc, NULL, _("Join whom in chat?"), NULL,
 					   "", FALSE, FALSE, NULL,
 					   _("OK"), G_CALLBACK(yahoo_chat_goto),
 					   _("Cancel"), NULL,

mercurial