Printing: Better typography

Use U+007D MULTPLICATION SIGN for dimensions.

https://bugzilla.gnome.org/show_bug.cgi?id=735192
This commit is contained in:
Matthias Clasen 2014-08-22 10:15:44 -04:00
parent 972136803a
commit 60f0445233

View File

@ -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);
}