aboutsummaryrefslogtreecommitdiffstats
path: root/modules/calendar/e-cal-shell-view-actions.c
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2011-08-26 00:08:24 +0800
committerMilan Crha <mcrha@redhat.com>2011-08-26 00:09:29 +0800
commitcae6068419d73892dfa52cfa03d416c35be9a571 (patch)
treeccecdff5dfded8694fb731b1188863562d38c8ed /modules/calendar/e-cal-shell-view-actions.c
parent99fc772a9bc32a11d5f3d6e1557ea28fbfbf8954 (diff)
downloadgsoc2013-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/calendar/e-cal-shell-view-actions.c')
-rw-r--r--modules/calendar/e-cal-shell-view-actions.c2
1 files changed, 1 insertions, 1 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) },