mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
Printing: Better typography
Use U+007D MULTPLICATION SIGN for dimensions. https://bugzilla.gnome.org/show_bug.cgi?id=735192
This commit is contained in:
parent
972136803a
commit
60f0445233
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user