aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/empathy-debug-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-debug-window.c b/src/empathy-debug-window.c
index 79e4d2ad1..8110a14f3 100644
--- a/src/empathy-debug-window.c
+++ b/src/empathy-debug-window.c
@@ -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."));