]> Pileus Git - ~andy/gtk/commitdiff
Fix a typo. String change ! (#406160, Stephane Raimbault)
authorMatthias Clasen <mclasen@redhat.com>
Sun, 29 Apr 2007 04:54:36 +0000 (04:54 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sun, 29 Apr 2007 04:54:36 +0000 (04:54 +0000)
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

ChangeLog
modules/printbackends/cups/gtkprintbackendcups.c

index 13ee3196e80697c182c7eac30782a88ad017e29a..3a5ebbb64786ce5b28e235f5b0f515b17c600316 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-04-29  Matthias Clasen  <mclasen@redhat.com>
+
+       * modules/printbackends/cups/gtkprintbackendcups.c: Fix a
+       typo. String change !  (#406160, Stephane Raimbault)
+
 2007-04-29  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtk.symbols:
index 2dc5feb413849bee6a1d204c21bbc6a17ed61f81..f5d068ce7b44fc1dd90eef9685c2c57c3009b94e 100644 (file)
@@ -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);