From 0192f3fe2d390c16d8c6c842930fec1babf94e1e Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 22 Aug 2014 11:10:03 -0400 Subject: [PATCH] printing: Better typography Use U+2013 for ranges. https://bugzilla.gnome.org/show_bug.cgi?id=735192 --- gtk/resources/ui/gtkprintunixdialog.ui | 6 +++--- gtk/resources/ui/gtkprintunixdialog.ui.h | 16 ++++++++-------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/gtk/resources/ui/gtkprintunixdialog.ui b/gtk/resources/ui/gtkprintunixdialog.ui index ea137168d2..bba2f2b291 100644 --- a/gtk/resources/ui/gtkprintunixdialog.ui +++ b/gtk/resources/ui/gtkprintunixdialog.ui @@ -282,7 +282,7 @@ True False Specify one or more page ranges, - e.g. 1-3,7,11 + e.g. 1–3, 7, 11 True 0 True @@ -303,14 +303,14 @@ False True Specify one or more page ranges, - e.g. 1-3,7,11 + e.g. 1–3, 7, 11 True Pages Specify one or more page ranges, - e.g. 1-3,7,11 + e.g. 1–3, 7, 11 diff --git a/gtk/resources/ui/gtkprintunixdialog.ui.h b/gtk/resources/ui/gtkprintunixdialog.ui.h index 7630dbe3d4..a2068eeb63 100644 --- a/gtk/resources/ui/gtkprintunixdialog.ui.h +++ b/gtk/resources/ui/gtkprintunixdialog.ui.h @@ -11,12 +11,12 @@ N_("C_urrent Page"); N_("Se_lection"); N_("Pag_es:"); N_("Specify one or more page ranges,\n" - " e.g. 1-3,7,11"); + " e.g. 1?3, 7, 11"); N_("Specify one or more page ranges,\n" - " e.g. 1-3,7,11"); + " e.g. 1?3, 7, 11"); N_("Pages"); N_("Specify one or more page ranges,\n" - " e.g. 1-3,7,11"); + " e.g. 1?3, 7, 11"); N_("Copies"); N_("Copie_s:"); N_("C_ollate"); @@ -53,20 +53,20 @@ N_("_Now"); /* this is one of the choices for the print at option in the print dialog. It also serves as the label for an entry that allows the user to enter a time. */ N_("A_t:"); N_("Specify the time of print,\n" - " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm"); + " e.g. 15?30, 2?35 pm, 14?15?20, 11?46?30 am, 4 pm"); /* Ability to parse the am/pm format depends on actual locale. You can remove the am/pm values below for your locale if they are not supported. */ N_("Specify the time of print,\n" - " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm"); + " e.g. 15?30, 2?35 pm, 14?15?20, 11?46?30 am, 4 pm"); N_("Specify the time of print,\n" - " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm"); + " e.g. 15?30, 2?35 pm, 14?15?20, 11?46?30 am, 4 pm"); /* Ability to parse the am/pm format depends on actual locale. You can remove the am/pm values below for your locale if they are not supported. */ N_("Specify the time of print,\n" - " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm"); + " e.g. 15?30, 2?35 pm, 14?15?20, 11?46?30 am, 4 pm"); N_("Time of print"); N_("Specify the time of print,\n" - " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm"); + " e.g. 15?30, 2?35 pm, 14?15?20, 11?46?30 am, 4 pm"); /* this is one of the choices for the print at option in the print dialog. It means that the print job will not be printed until it explicitly gets 'released'. */ N_("On _hold");