diff options
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/dialogs/cal-attachment-select-file.c | 4 | ||||
-rw-r--r-- | calendar/gui/dialogs/cal-attachment.glade | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/calendar/gui/dialogs/cal-attachment-select-file.c b/calendar/gui/dialogs/cal-attachment-select-file.c index 44e6e4ab0c..2b7fb4fdae 100644 --- a/calendar/gui/dialogs/cal-attachment-select-file.c +++ b/calendar/gui/dialogs/cal-attachment-select-file.c @@ -93,7 +93,7 @@ run_selector(CompEditor *editor, const char *title, guint32 flags, gboolean *sho gtk_file_chooser_set_current_folder (GTK_FILE_CHOOSER (selection), path); if (showinline_p) { - showinline = gtk_check_button_new_with_label (_("Suggest automatic display of attachment")); + showinline = gtk_check_button_new_with_mnemonic (_("_Suggest automatic display of attachment")); gtk_widget_show (showinline); gtk_file_chooser_set_extra_widget (GTK_FILE_CHOOSER (selection), showinline); } @@ -112,7 +112,7 @@ run_selector(CompEditor *editor, const char *title, guint32 flags, gboolean *sho } if (showinline_p) { - showinline = gtk_check_button_new_with_label (_("Suggest automatic display of attachment")); + showinline = gtk_check_button_new_with_mnemonic (_("_Suggest automatic display of attachment")); gtk_widget_show (showinline); gtk_box_pack_end (GTK_BOX (GTK_FILE_SELECTION (selection)->main_vbox), showinline, FALSE, FALSE, 4); } diff --git a/calendar/gui/dialogs/cal-attachment.glade b/calendar/gui/dialogs/cal-attachment.glade index dc228eef70..709ebcab33 100644 --- a/calendar/gui/dialogs/cal-attachment.glade +++ b/calendar/gui/dialogs/cal-attachment.glade @@ -207,7 +207,7 @@ <widget class="GtkCheckButton" id="disposition_checkbox"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="label" translatable="yes">Suggest automatic display of attachment</property> + <property name="label" translatable="yes">_Suggest automatic display of attachment</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="active">False</property> |