diff libpurple/protocols/yahoo/yahoo.c @ 19673:e5b23336e52f

Grammar fix from nix_nix and johnmoody. Fixes #2593.
author Daniel Atallah <daniel.atallah@gmail.com>
date Thu, 06 Sep 2007 15:49:12 +0000
parents 941965d6fd88
children 44b4e8bd759b
line wrap: on
line diff
--- 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,