comparison libpurple/protocols/jabber/buddy.c @ 27408:41cc041a0733

Change "Logged off" to "Logged Off" to match the rest of the labels
author Paul Aurich <paul@darkrain42.org>
date Sun, 05 Jul 2009 06:06:46 +0000
parents 91e0cd125f3d
children eff7db4db632
comparison
equal deleted inserted replaced
27407:91e0cd125f3d 27408:41cc041a0733
770 jbi->last_message ? jbi->last_message : ""); 770 jbi->last_message ? jbi->last_message : "");
771 if (jbi->last_seconds > 0) { 771 if (jbi->last_seconds > 0) {
772 char *last = purple_str_seconds_to_string(jbi->last_seconds); 772 char *last = purple_str_seconds_to_string(jbi->last_seconds);
773 gchar *message = g_strdup_printf(_("%s ago"), last); 773 gchar *message = g_strdup_printf(_("%s ago"), last);
774 purple_notify_user_info_prepend_pair(user_info, 774 purple_notify_user_info_prepend_pair(user_info,
775 _("Logged off"), message); 775 _("Logged Off"), message);
776 g_free(last); 776 g_free(last);
777 g_free(message); 777 g_free(message);
778 } 778 }
779 purple_notify_user_info_prepend_pair(user_info, _("Status"), status); 779 purple_notify_user_info_prepend_pair(user_info, _("Status"), status);
780 g_free(status); 780 g_free(status);