Skip to content

Commit

Permalink
libview: Show correct warning when printing
Browse files Browse the repository at this point in the history
Show that requested format is not supported by printer
if it is not supported.

https://bugzilla.gnome.org/show_bug.cgi?id=724044
  • Loading branch information
Marek Kasik committed Mar 27, 2014
1 parent b050d1d commit 33a4d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libview/ev-print-operation.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 33a4d5d

Please sign in to comment.