aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--protocols/twitter/twitter_lib.c2
1 files changed, 1 insertions, 1 deletions
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 );