diff options
Diffstat (limited to 'calendar/gui/e-meeting-time-sel.c')
-rw-r--r-- | calendar/gui/e-meeting-time-sel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/e-meeting-time-sel.c b/calendar/gui/e-meeting-time-sel.c index 72f531bc0f..1401bee284 100644 --- a/calendar/gui/e-meeting-time-sel.c +++ b/calendar/gui/e-meeting-time-sel.c @@ -562,7 +562,7 @@ e_meeting_time_selector_construct (EMeetingTimeSelector * mts, EMeetingStore *em gtk_widget_show (hbox); mts->add_attendees_button = - gtk_button_new_with_mnemonic (_("A_ttendees...")); + gtk_button_new_with_mnemonic (_("Atte_ndees...")); gtk_button_set_image ( GTK_BUTTON (mts->add_attendees_button), gtk_image_new_from_stock ( |