comparison libpurple/protocols/jabber/buddy.c @ 26926:2760311c492a

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 :)
author Marcus Lundblad <ml@update.uu.se>
date Thu, 07 May 2009 19:34:27 +0000
parents 9ce0c5bc922c
children 1ef01afd08bc 84325b6e3568
comparison
equal deleted inserted replaced
26925:9ce0c5bc922c 26926:2760311c492a
1050 jbi->last_message ? jbi->last_message : ""); 1050 jbi->last_message ? jbi->last_message : "");
1051 if (jbi->last_seconds > 0) { 1051 if (jbi->last_seconds > 0) {
1052 char *last = purple_str_seconds_to_string(jbi->last_seconds); 1052 char *last = purple_str_seconds_to_string(jbi->last_seconds);
1053 gchar *message = g_strdup_printf(_("%s ago"), last); 1053 gchar *message = g_strdup_printf(_("%s ago"), last);
1054 purple_notify_user_info_prepend_pair(user_info, 1054 purple_notify_user_info_prepend_pair(user_info,
1055 _("Last logged in"), message); 1055 _("Logged off"), message);
1056 g_free(last); 1056 g_free(last);
1057 g_free(message); 1057 g_free(message);
1058 } 1058 }
1059 purple_notify_user_info_prepend_pair(user_info, _("Status"), status); 1059 purple_notify_user_info_prepend_pair(user_info, _("Status"), status);
1060 g_free(status); 1060 g_free(status);