diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2011-02-24 10:52:18 -0800 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2011-02-24 10:52:18 -0800 |
commit | bb8d7d1106ce91c54c671a1495420d57b9a57caf (patch) | |
tree | 89383501b9c65b2d2b3cc812cc4d8077a143ab88 | |
parent | 4e3df8a68b70d0c76c6ee2a172998775697681f6 (diff) |
s/Your Tweet:/You:/ to avoid using Twitter-specific terminology.
-rw-r--r-- | protocols/twitter/twitter_lib.c | 2 |
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 ); |