pidgin: df25bed2: Changed the message string for the "last...

malu at pidgin.im malu at pidgin.im
Thu May 7 15:35:21 EDT 2009


-----------------------------------------------------------------
Revision: df25bed2c1c0d097b7f52fbfae76223d8552f0c3
Ancestor: d18a2fb889285b2abc7f06a20f700eadb1697001
Author: malu at pidgin.im
Date: 2009-05-07T19:34:27
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/df25bed2c1c0d097b7f52fbfae76223d8552f0c3

Modified files:
        libpurple/protocols/jabber/buddy.c

ChangeLog: 

Changed the message string for the "last logged in" value to "Logged off"
since that is actually what it is, the time of signing off.
Thanks to Paul for the hint :)

-------------- next part --------------
============================================================
--- libpurple/protocols/jabber/buddy.c	d9c74e68672d223799c7d27cf3cb38cd5650791f
+++ libpurple/protocols/jabber/buddy.c	16ed96f90a41069d4d6a97d9d87a957ea05e7190
@@ -1052,7 +1052,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, 
-				_("Last logged in"), message);
+				_("Logged off"), message);
 			g_free(last);
 			g_free(message);
 		}


More information about the Commits mailing list