summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2006-04-25 04:38:07 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-04-25 04:38:07 +0000
commite6e2f91b1989dfb181742a727e26be0319a5bd41 (patch)
tree96ea6034b6cb4fef7a8c17f09880e1bb620dfe2e /modules
parentbfeb1c20d370c4ffb6959350c90cdceea5a1f3c2 (diff)
downloadgtk+-e6e2f91b1989dfb181742a727e26be0319a5bd41.tar.gz
some more options
Diffstat (limited to 'modules')
-rw-r--r--modules/printbackends/cups/gtkprintbackendcups.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/printbackends/cups/gtkprintbackendcups.c b/modules/printbackends/cups/gtkprintbackendcups.c
index 79922a5670..0e10c275b0 100644
--- a/modules/printbackends/cups/gtkprintbackendcups.c
+++ b/modules/printbackends/cups/gtkprintbackendcups.c
@@ -1393,6 +1393,9 @@ static const struct {
const char *translation;
} cups_option_translations[] = {
{ "Duplex", N_("Two Sided") },
+ { "MediaType", N_("Paper Type") },
+ { "InputSlot", N_("Paper Source") },
+ { "OutputBin", N_("Output Tray") },
};