diff options
-rw-r--r-- | modules/calendar/e-cal-shell-view-actions.c | 2 | ||||
-rw-r--r-- | modules/calendar/e-cal-shell-view-memopad.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/calendar/e-cal-shell-view-actions.c b/modules/calendar/e-cal-shell-view-actions.c index f8b426c6f2..53b2a0e6c7 100644 --- a/modules/calendar/e-cal-shell-view-actions.c +++ b/modules/calendar/e-cal-shell-view-actions.c @@ -1778,7 +1778,7 @@ static GtkActionEntry lockdown_save_to_disk_entries[] = { { "event-save-as", GTK_STOCK_SAVE_AS, - N_("Save as iCalendar..."), + N_("_Save as iCalendar..."), NULL, NULL, /* XXX Add a tooltip! */ G_CALLBACK (action_event_save_as_cb) }, diff --git a/modules/calendar/e-cal-shell-view-memopad.c b/modules/calendar/e-cal-shell-view-memopad.c index e154667826..bd1e9d5ac8 100644 --- a/modules/calendar/e-cal-shell-view-memopad.c +++ b/modules/calendar/e-cal-shell-view-memopad.c @@ -292,7 +292,7 @@ static GtkActionEntry lockdown_save_to_disk_entries[] = { { "calendar-memopad-save-as", GTK_STOCK_SAVE_AS, - N_("Save as iCalendar..."), + N_("_Save as iCalendar..."), NULL, NULL, /* XXX Add a tooltip! */ G_CALLBACK (action_calendar_memopad_save_as_cb) } |