summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2008-08-27 19:22:26 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2008-08-27 19:22:26 +0000
commitbcfd615759ce927dd5532d59c37cc75f9ab68d82 (patch)
treec3070c7d018eb27632e9d782f19079d004bea1db /modules
parente18e278382775f2a0eafe8adc317419345668691 (diff)
downloadgtk+-bcfd615759ce927dd5532d59c37cc75f9ab68d82.tar.gz
Improve one string
svn path=/trunk/; revision=21212
Diffstat (limited to 'modules')
-rw-r--r--modules/printbackends/cups/gtkprintbackendcups.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/printbackends/cups/gtkprintbackendcups.c b/modules/printbackends/cups/gtkprintbackendcups.c
index 53f0b90569..fab45aa962 100644
--- a/modules/printbackends/cups/gtkprintbackendcups.c
+++ b/modules/printbackends/cups/gtkprintbackendcups.c
@@ -2709,7 +2709,7 @@ cups_printer_get_options (GtkPrinter *printer,
/* Translators, this string is used to label the pages-per-sheet option
* in the print dialog
*/
- option = gtk_printer_option_new ("gtk-n-up", _("Pages Per Sheet"), GTK_PRINTER_OPTION_TYPE_PICKONE);
+ option = gtk_printer_option_new ("gtk-n-up", _("Pages per Sheet"), GTK_PRINTER_OPTION_TYPE_PICKONE);
gtk_printer_option_choices_from_array (option, G_N_ELEMENTS (n_up),
n_up, n_up);
gtk_printer_option_set (option, "1");