From bb8d7d1106ce91c54c671a1495420d57b9a57caf Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Thu, 24 Feb 2011 10:52:18 -0800 Subject: s/Your Tweet:/You:/ to avoid using Twitter-specific terminology. --- protocols/twitter/twitter_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols') diff --git a/protocols/twitter/twitter_lib.c b/protocols/twitter/twitter_lib.c index 01942e9f..c8e4e76d 100644 --- a/protocols/twitter/twitter_lib.c +++ b/protocols/twitter/twitter_lib.c @@ -552,7 +552,7 @@ static void twitter_groupchat(struct im_connection *ic, GSList *list) // Say it! if (g_strcasecmp(td->user, status->user->screen_name) == 0) - imcb_chat_log (gc, "Your Tweet: %s", status->text); + imcb_chat_log (gc, "You: %s", status->text); else imcb_chat_msg (gc, status->user->screen_name, status->text, 0, status->created_at ); -- cgit v1.2.3