diff options
Diffstat (limited to 'calendar/modules/e-cal-shell-module.c')
-rw-r--r-- | calendar/modules/e-cal-shell-module.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/calendar/modules/e-cal-shell-module.c b/calendar/modules/e-cal-shell-module.c index 16f84e8f82..0fa0336177 100644 --- a/calendar/modules/e-cal-shell-module.c +++ b/calendar/modules/e-cal-shell-module.c @@ -398,7 +398,7 @@ static GtkActionEntry item_entries[] = { { "event-new", "appointment-new", NC_("New", "_Appointment"), - "<Control>a", + "<Shift><Control>a", N_("Create a new appointment"), G_CALLBACK (action_event_new_cb) }, @@ -412,7 +412,7 @@ static GtkActionEntry item_entries[] = { { "event-meeting-new", "stock_new-meeting", NC_("New", "M_eeting"), - "<Control>e", + "<Shift><Control>e", N_("Create a new meeting request"), G_CALLBACK (action_event_new_cb) } }; |