gtkprintbackendfile: Correct PostScript capitalization

https://bugzilla.gnome.org/show_bug.cgi?id=776627
This commit is contained in:
Piotr Drąg 2016-12-30 19:25:22 +01:00
parent b993acfe2c
commit 1b6015f9cc

View File

@ -660,7 +660,7 @@ file_printer_get_options (GtkPrinter *printer,
GtkPrinterOption *option;
const gchar *n_up[] = {"1", "2", "4", "6", "9", "16" };
const gchar *pages_per_sheet = NULL;
const gchar *format_names[N_FORMATS] = { N_("PDF"), N_("Postscript"), N_("SVG") };
const gchar *format_names[N_FORMATS] = { N_("PDF"), N_("PostScript"), N_("SVG") };
const gchar *supported_formats[N_FORMATS];
gchar *display_format_names[N_FORMATS];
gint n_formats = 0;