[evince] libview: Show correct warning when printing



commit 33a4d5d4e35710c832bbdee736a0219ca86f63fe
Author: Marek Kasik <mkasik redhat com>
Date:   Fri Mar 21 14:10:26 2014 +0100

    libview: Show correct warning when printing
    
    Show that requested format is not supported by printer
    if it is not supported.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=724044

 libview/ev-print-operation.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libview/ev-print-operation.c b/libview/ev-print-operation.c
index 8957eec..ea31836 100644
--- a/libview/ev-print-operation.c
+++ b/libview/ev-print-operation.c
@@ -1211,7 +1211,7 @@ ev_print_operation_export_print_dialog_response_cb (GtkDialog              *dial
                g_set_error_literal (&export->error,
                                      GTK_PRINT_ERROR,
                                      GTK_PRINT_ERROR_GENERAL,
-                                     _("PostScript is not supported by this printer."));
+                                     _("Requested format is not supported by this printer."));
                g_signal_emit (op, signals[DONE], 0, GTK_PRINT_OPERATION_RESULT_ERROR);
                
                return;


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