diff options
author | Milan Crha <mcrha@redhat.com> | 2011-08-26 00:08:24 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2011-08-26 00:09:29 +0800 |
commit | cae6068419d73892dfa52cfa03d416c35be9a571 (patch) | |
tree | ccecdff5dfded8694fb731b1188863562d38c8ed /modules | |
parent | 99fc772a9bc32a11d5f3d6e1557ea28fbfbf8954 (diff) | |
download | gsoc2013-evolution-cae6068419d73892dfa52cfa03d416c35be9a571.tar gsoc2013-evolution-cae6068419d73892dfa52cfa03d416c35be9a571.tar.gz gsoc2013-evolution-cae6068419d73892dfa52cfa03d416c35be9a571.tar.bz2 gsoc2013-evolution-cae6068419d73892dfa52cfa03d416c35be9a571.tar.lz gsoc2013-evolution-cae6068419d73892dfa52cfa03d416c35be9a571.tar.xz gsoc2013-evolution-cae6068419d73892dfa52cfa03d416c35be9a571.tar.zst gsoc2013-evolution-cae6068419d73892dfa52cfa03d416c35be9a571.zip |
Bug #655419 - "Save as iCalendar" misses mnemonic
Diffstat (limited to 'modules')
-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) } |