[evolution] Bug #655419 - "Save as iCalendar" misses mnemonic



commit cae6068419d73892dfa52cfa03d416c35be9a571
Author: Milan Crha <mcrha redhat com>
Date:   Thu Aug 25 18:08:24 2011 +0200

    Bug #655419 - "Save as iCalendar" misses mnemonic

 modules/calendar/e-cal-shell-view-actions.c |    2 +-
 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 f8b426c..53b2a0e 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 e154667..bd1e9d5 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) }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]