Patch for duplicate hotkey in the libgnomeprintui print dialog
- From: Kjartan Maraas <kmaraas broadpark no>
- To: gnome-doc-list <gnome-doc-list gnome org>, Gnome i18n List <gnome-i18n gnome org>, jody <jody gnome org>
- Cc: gnome-release-team <release-team gnome org>
- Subject: Patch for duplicate hotkey in the libgnomeprintui print dialog
- Date: Tue, 15 Aug 2006 12:31:46 +0200
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]