[empathy] debug-window: no need to translate the '%s' format



commit 77f0cc320bf9e0582c3e94bc956e62dfac546db0
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Thu Mar 22 09:23:19 2012 +0100

    debug-window: no need to translate the '%s' format
    
    https://bugzilla.gnome.org/show_bug.cgi?id=672608

 src/empathy-debug-window.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/empathy-debug-window.c b/src/empathy-debug-window.c
index 79e4d2a..8110a14 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."));



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]