From cab7a42e004090ea38abc1dd533fe18a4a920609 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Thu, 23 Nov 2023 11:17:20 +0100 Subject: [PATCH] I#1738 - Calendar: Change Open/Delete context menu option labels Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1738 --- src/modules/calendar/e-cal-shell-view-actions.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/modules/calendar/e-cal-shell-view-actions.c b/src/modules/calendar/e-cal-shell-view-actions.c index 31a3ca2ecd..824f808903 100644 --- a/src/modules/calendar/e-cal-shell-view-actions.c +++ b/src/modules/calendar/e-cal-shell-view-actions.c @@ -1443,9 +1443,9 @@ static GtkActionEntry calendar_entries[] = { { "event-delete", "edit-delete", - N_("_Delete Appointment"), + N_("_Delete"), "d", - N_("Delete selected appointments"), + N_("Delete selected events"), G_CALLBACK (action_event_delete_cb) }, { "event-delete-occurrence", @@ -1473,7 +1473,7 @@ static GtkActionEntry calendar_entries[] = { NULL, N_("Edit as Ne_w…"), NULL, - N_("Edit the current appointment as new"), + N_("Edit the selected event as new"), G_CALLBACK (action_event_edit_as_new_cb) }, { "event-popup-all-day-new", @@ -1569,9 +1569,9 @@ static GtkActionEntry calendar_entries[] = { { "event-open", "document-open", - N_("_Open Appointment"), + N_("_Open…"), "o", - N_("View the current appointment"), + N_("Edit the selected event"), G_CALLBACK (action_event_open_cb) }, { "event-reply",