summaryrefslogtreecommitdiff
path: root/libview/ev-print-operation.c
diff options
context:
space:
mode:
Diffstat (limited to 'libview/ev-print-operation.c')
-rw-r--r--libview/ev-print-operation.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/libview/ev-print-operation.c b/libview/ev-print-operation.c
index bd6ef328..822d1a84 100644
--- a/libview/ev-print-operation.c
+++ b/libview/ev-print-operation.c
@@ -1309,7 +1309,8 @@ ev_print_operation_export_run (EvPrintOperation *op,
export->parent_window = parent;
export->error = NULL;
-
+
+ /* translators: Title of the print dialog */
dialog = gtk_print_unix_dialog_new (_("Print"), parent);
gtk_window_set_modal (GTK_WINDOW (dialog), TRUE);
@@ -1908,6 +1909,7 @@ ev_print_operation_print_create_custom_widget (EvPrintOperationPrint *print,
gtk_widget_show (label);
print->scale_combo = gtk_combo_box_text_new ();
+ /* translators: Value for 'Page Scaling:' to not scale the document pages on printing */
gtk_combo_box_text_append_text (GTK_COMBO_BOX_TEXT (print->scale_combo), _("None"));
gtk_combo_box_text_append_text (GTK_COMBO_BOX_TEXT (print->scale_combo), _("Shrink to Printable Area"));
gtk_combo_box_text_append_text (GTK_COMBO_BOX_TEXT (print->scale_combo), _("Fit to Printable Area"));