Found this in bugzilla and I think it would be nice to get it commited.

http://bugzilla.gnome.org/show_bug.cgi?id=155854

Index: libgnomeprintui/gnome-print-copies.c
===================================================================
RCS file: /cvs/gnome/libgnomeprintui/libgnomeprintui/gnome-print-copies.c,v
retrieving revision 1.36
diff -u -r1.36 gnome-print-copies.c
--- libgnomeprintui/gnome-print-copies.c        17 Mar 2004 18:24:52 -0000      
1.36
+++ libgnomeprintui/gnome-print-copies.c        15 Mar 2005 01:28:37 -0000
@@ -291,7 +291,7 @@
        atko = gtk_widget_get_accessible (gpc->collate_image);
        atk_image_set_image_description (ATK_IMAGE (atko), _("Image showing the 
collation sequence when multiple copies of the document are printed"));
 
-       gpc->collate = gtk_check_button_new_with_mnemonic (_("_Collate"));
+       gpc->collate = gtk_check_button_new_with_mnemonic (_("C_ollate"));
        gtk_widget_show(gpc->collate);
        gtk_table_attach_defaults((GtkTable *)table, gpc->collate, 1, 2, 1, 2);


Cheers
Kjartan

_______________________________________________
gnome-i18n mailing list
gnome-i18n@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-i18n

Reply via email to