aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2011-08-26 00:08:24 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-09-14 20:08:56 +0800
commita508240b2a6b1eb20f354735b27a11df3736ca10 (patch)
tree73d82e5d70d4f3f9d6ce1ccd5d5a7d47aa06d6a2 /modules
parent0ab3e5b16f9911a5c441bf42dc3db08bbefc6d23 (diff)
downloadgsoc2013-evolution-a508240b2a6b1eb20f354735b27a11df3736ca10.tar
gsoc2013-evolution-a508240b2a6b1eb20f354735b27a11df3736ca10.tar.gz
gsoc2013-evolution-a508240b2a6b1eb20f354735b27a11df3736ca10.tar.bz2
gsoc2013-evolution-a508240b2a6b1eb20f354735b27a11df3736ca10.tar.lz
gsoc2013-evolution-a508240b2a6b1eb20f354735b27a11df3736ca10.tar.xz
gsoc2013-evolution-a508240b2a6b1eb20f354735b27a11df3736ca10.tar.zst
gsoc2013-evolution-a508240b2a6b1eb20f354735b27a11df3736ca10.zip
Bug #655419 - "Save as iCalendar" misses mnemonic
Diffstat (limited to 'modules')
-rw-r--r--modules/calendar/e-cal-shell-view-actions.c2
-rw-r--r--modules/calendar/e-cal-shell-view-memopad.c2
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) }