changeset 29231:b8d47ed6ceb1

This string is already translated; so it need not be translated again. Also, I'm not sure how translators would expect to handle "%s".
author Paul Aurich <paul@darkrain42.org>
date Tue, 05 Jan 2010 21:04:26 +0000
parents ca87541a1b33
children 2f64bfb21c0d
files libpurple/protocols/jabber/buddy.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/jabber/buddy.c	Tue Jan 05 17:46:00 2010 +0000
+++ b/libpurple/protocols/jabber/buddy.c	Tue Jan 05 21:04:26 2010 +0000
@@ -823,7 +823,8 @@
 			const gchar *title = NULL;
 			if (is_domain) {
 				title = _("Uptime");
-				message = g_strdup_printf(_("%s"), last);
+				message = last;
+				last = NULL;
 			} else {
 				title = _("Logged Off");
 				message = g_strdup_printf(_("%s ago"), last);