pidgin: 4b2a2f3c: Change "Logged off" to "Logged Off" to m...
darkrain42 at pidgin.im
darkrain42 at pidgin.im
Sun Jul 5 02:10:58 EDT 2009
-----------------------------------------------------------------
Revision: 4b2a2f3c472f8fd220f6621580edaf25aa703d6d
Ancestor: 2e3d50f0f94f72234247345802bfe0fc1adf7d03
Author: darkrain42 at pidgin.im
Date: 2009-07-05T06:06:46
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/4b2a2f3c472f8fd220f6621580edaf25aa703d6d
Modified files:
libpurple/protocols/jabber/buddy.c
ChangeLog:
Change "Logged off" to "Logged Off" to match the rest of the labels
-------------- next part --------------
============================================================
--- libpurple/protocols/jabber/buddy.c bc11868ff97053a46ded8a25fcbd418bbe709e4b
+++ libpurple/protocols/jabber/buddy.c f77d1ec59d114391b66c035c1af825de1ac0db06
@@ -772,7 +772,7 @@ static void jabber_buddy_info_show_if_re
char *last = purple_str_seconds_to_string(jbi->last_seconds);
gchar *message = g_strdup_printf(_("%s ago"), last);
purple_notify_user_info_prepend_pair(user_info,
- _("Logged off"), message);
+ _("Logged Off"), message);
g_free(last);
g_free(message);
}
More information about the Commits
mailing list