Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
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.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/libview/ev-print-operation.c b/libview/ev-print-operation.c
index 0f6e607..85ba06c 100644
--- a/libview/ev-print-operation.c
+++ b/libview/ev-print-operation.c
@@ -338,11 +338,11 @@ ev_print_operation_update_status (EvPrintOperation *op,
if (page == -1) {
/* Initial state */
- op->status = g_strdup (_("Preparing to print ..."));
+ op->status = g_strdup (_("Preparing to print…"));
} else if (page > n_pages) {
- op->status = g_strdup (_("Finishing..."));
+ op->status = g_strdup (_("Finishing…"));
} else {
- op->status = g_strdup_printf (_("Printing page %d of %d..."),
+ op->status = g_strdup_printf (_("Printing page %d of %d…"),
page, n_pages);
}
@@ -1234,7 +1234,7 @@ ev_print_operation_export_print_dialog_response_cb (GtkDialog *dial
"%s", _("Invalid page selection"));
gtk_window_set_title (GTK_WINDOW (message_dialog), _("Warning"));
gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (message_dialog),
- "%s", _("Your print range selection does not include any page"));
+ "%s", _("Your print range selection does not include any pages"));
g_signal_connect (message_dialog, "response",
G_CALLBACK (gtk_widget_destroy),
NULL);
@@ -1903,7 +1903,7 @@ ev_print_operation_print_create_custom_widget (EvPrintOperationPrint *print,
"• \"None\": No page scaling is performed.\n"
"\n"
"• \"Shrink to Printable Area\": Document pages larger than the printable area"
- " are reduced fit the printable area of the printer page.\n"
+ " are reduced to fit the printable area of the printer page.\n"
"\n"
"• \"Fit to Printable Area\": Document pages are enlarged or reduced as"
" required to fit the printable area of the printer page.\n"));