[evolution-data-server] Bug #670279 - "Category" selector mnemonic not shown



commit aba99c80392b246a76aa78d62b4f8ae0ae8a1be6
Author: Milan Crha <mcrha redhat com>
Date:   Mon May 14 20:16:22 2012 +0200

    Bug #670279 - "Category" selector mnemonic not shown

 libedataserverui/e-name-selector-dialog.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libedataserverui/e-name-selector-dialog.c b/libedataserverui/e-name-selector-dialog.c
index 18e7368..5e97f3d 100644
--- a/libedataserverui/e-name-selector-dialog.c
+++ b/libedataserverui/e-name-selector-dialog.c
@@ -250,7 +250,7 @@ name_selector_dialog_constructed (GObject *object)
 	gtk_label_set_justify (GTK_LABEL (AddressBookLabel), GTK_JUSTIFY_CENTER);
 	gtk_misc_set_alignment (GTK_MISC (AddressBookLabel), 0, 0.5);
 
-	label31 = gtk_label_new_with_mnemonic (_("Cate_gory:"));
+	label31 = gtk_label_new_with_mnemonic (_("Cat_egory:"));
 	gtk_widget_show (label31);
 	gtk_table_attach (GTK_TABLE (show_contacts_table), label31, 0, 1, 1, 2,
 			  (GtkAttachOptions) (GTK_FILL),



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]