[evolution] Use i as mnemonic for Filename string everywhere. This does not conflict with other mnemonics in the



commit 53ca9a1f976b5fd414cc5dd774e5a59ef7e76a67
Author: Andre Klapper <a9016009 gmx de>
Date:   Fri Feb 17 15:08:35 2012 +0100

    Use i as mnemonic for Filename string everywhere. This does not conflict with other mnemonics in the affected dialogs.

 plugins/calendar-file/calendar-file.c |    2 +-
 widgets/misc/e-attachment-dialog.c    |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plugins/calendar-file/calendar-file.c b/plugins/calendar-file/calendar-file.c
index 6aa1483..6296c71 100644
--- a/plugins/calendar-file/calendar-file.c
+++ b/plugins/calendar-file/calendar-file.c
@@ -150,7 +150,7 @@ e_calendar_file_customs (EPlugin *epl,
 	box2 = gtk_hbox_new (FALSE, 2);
 	gtk_box_pack_start ((GtkBox *) box1, box2, TRUE, TRUE, 2);
 
-	w1 = gtk_label_new_with_mnemonic (_("File _name:"));
+	w1 = gtk_label_new_with_mnemonic (_("F_ilename:"));
 	gtk_misc_set_alignment (GTK_MISC (w1), 0.0, 0.5);
 	gtk_box_pack_start ((GtkBox *) box2, w1, FALSE, TRUE, 2);
 
diff --git a/widgets/misc/e-attachment-dialog.c b/widgets/misc/e-attachment-dialog.c
index 384322e..1f31f9d 100644
--- a/widgets/misc/e-attachment-dialog.c
+++ b/widgets/misc/e-attachment-dialog.c
@@ -327,7 +327,7 @@ e_attachment_dialog_init (EAttachmentDialog *dialog)
 	dialog->priv->display_name_entry = g_object_ref (widget);
 	gtk_widget_show (widget);
 
-	widget = gtk_label_new_with_mnemonic (_("_Filename:"));
+	widget = gtk_label_new_with_mnemonic (_("F_ilename:"));
 	gtk_misc_set_alignment (GTK_MISC (widget), 1.0, 0.5);
 	gtk_label_set_mnemonic_widget (
 		GTK_LABEL (widget), dialog->priv->display_name_entry);



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