From cf5bc57e202f017c028ca6e441e5a1ae2e0bbdd9 Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Wed, 16 Apr 2014 22:36:23 +0200 Subject: [PATCH] plug-ins: remove some accidential whitespace from the last commit --- plug-ins/print/print.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plug-ins/print/print.c b/plug-ins/print/print.c index ab0759057d..07e7c2bb78 100644 --- a/plug-ins/print/print.c +++ b/plug-ins/print/print.c @@ -369,7 +369,7 @@ print_show_error (const gchar *message) dialog = gtk_message_dialog_new (NULL, 0, GTK_MESSAGE_ERROR, GTK_BUTTONS_OK, - "%s", + "%s", _("An error occurred while trying to print:")); gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog),