]> git.0d.be Git - empathy.git/commitdiff
debug-window: no need to translate the '%s' format
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Thu, 22 Mar 2012 08:23:19 +0000 (09:23 +0100)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Thu, 22 Mar 2012 09:57:55 +0000 (10:57 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=672608

src/empathy-debug-window.c

index 79e4d2ad1edfcce4f727c5c24ab88782370a7640..8110a14f37c181189051462e54937191efd9d496 100644 (file)
@@ -1677,7 +1677,7 @@ debug_window_pastebin_callback (SoupSession *session,
 
       if (!tp_str_empty (buffer->data))
         gtk_message_dialog_format_secondary_markup (GTK_MESSAGE_DIALOG (dialog),
-            _("%s"), buffer->data);
+            "%s", buffer->data);
       else
         gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog),
             _("Data too large for a single paste. Please save logs to file."));