summaryrefslogtreecommitdiff
path: root/modules/printbackends
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2007-04-29 04:54:36 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2007-04-29 04:54:36 +0000
commita59a3150506f19b79e428fa160c82b0bfc86b2bc (patch)
tree2650a36c6796222564f6296b873dc28cf87e8d9a /modules/printbackends
parent4e316dd99e14d4aae9dee38a052a6c465a657d3d (diff)
downloadgtk+-a59a3150506f19b79e428fa160c82b0bfc86b2bc.tar.gz
Fix a typo. String change ! (#406160, Stephane Raimbault)
2007-04-29 Matthias Clasen <mclasen@redhat.com> * modules/printbackends/cups/gtkprintbackendcups.c: Fix a typo. String change ! (#406160, Stephane Raimbault) svn path=/trunk/; revision=17692
Diffstat (limited to 'modules/printbackends')
-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 2dc5feb413..f5d068ce7b 100644
--- a/modules/printbackends/cups/gtkprintbackendcups.c
+++ b/modules/printbackends/cups/gtkprintbackendcups.c
@@ -2256,7 +2256,7 @@ cups_printer_get_options (GtkPrinter *printer,
{
gchar *custom_name;
- custom_name = g_strdup_printf (_("Custom.%2fx%.2f"),
+ custom_name = g_strdup_printf (_("Custom %.2fx%.2f"),
gtk_paper_size_get_width (paper_size, GTK_UNIT_POINTS),
gtk_paper_size_get_height (paper_size, GTK_UNIT_POINTS));
strncpy (option->defchoice, custom_name, PPD_MAX_NAME);