[gtk+] Printing: Better typography
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Printing: Better typography
- Date: Tue, 30 Sep 2014 03:06:51 +0000 (UTC)
commit 60f0445233631c0d3428ec6dca4b38e3a8fcf8f6
Author: Matthias Clasen <mclasen redhat com>
Date: Fri Aug 22 10:15:44 2014 -0400
Printing: Better typography
Use U+007D MULTPLICATION SIGN for dimensions.
https://bugzilla.gnome.org/show_bug.cgi?id=735192
modules/printbackends/cups/gtkprintbackendcups.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/modules/printbackends/cups/gtkprintbackendcups.c
b/modules/printbackends/cups/gtkprintbackendcups.c
index 06c1e68..fb0d6a0 100644
--- a/modules/printbackends/cups/gtkprintbackendcups.c
+++ b/modules/printbackends/cups/gtkprintbackendcups.c
@@ -5114,7 +5114,7 @@ cups_printer_get_options (GtkPrinter *printer,
* the width and height in points. E.g: "Custom
* 230.4x142.9"
*/
- custom_name = g_strdup_printf (_("Custom %sx%s"), width, height);
+ custom_name = g_strdup_printf (_("Custom %s×%s"), width, height);
strncpy (option->defchoice, custom_name, PPD_MAX_NAME);
g_free (custom_name);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]