[evince] libview: Correct error message when postscript not supported



commit 151819917d5a85b0a4d5f0d5910c6a834caa9189
Author: Josà Aliste <jaliste src gnome org>
Date:   Thu Dec 6 09:56:56 2012 -0300

    libview: Correct error message when postscript not supported
    
    see https://bugzilla.gnome.org/show_bug.cgi?id=683528

 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 8db208a..7f97cbd 100644
--- a/libview/ev-print-operation.c
+++ b/libview/ev-print-operation.c
@@ -1160,7 +1160,7 @@ ev_print_operation_export_print_dialog_response_cb (GtkDialog              *dial
 		g_set_error_literal (&export->error,
                                      GTK_PRINT_ERROR,
                                      GTK_PRINT_ERROR_GENERAL,
-                                     _("Printing is not supported on this printer."));
+                                     _("Postscript 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]