aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/calendar/e-cal-shell-view-actions.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/calendar/e-cal-shell-view-actions.c b/modules/calendar/e-cal-shell-view-actions.c
index 7d3315b020..835979c50a 100644
--- a/modules/calendar/e-cal-shell-view-actions.c
+++ b/modules/calendar/e-cal-shell-view-actions.c
@@ -1425,21 +1425,21 @@ static GtkActionEntry calendar_entries[] = {
{ "calendar-search-next",
GTK_STOCK_GO_FORWARD,
- N_("Find _next"),
+ N_("Find _Next"),
"<Control><Shift>n",
N_("Find next occurrence of the current search string"),
G_CALLBACK (action_calendar_search_next_cb) },
{ "calendar-search-prev",
GTK_STOCK_GO_BACK,
- N_("Find _previous"),
+ N_("Find _Previous"),
"<Control><Shift>p",
N_("Find previous occurrence of the current search string"),
G_CALLBACK (action_calendar_search_prev_cb) },
{ "calendar-search-stop",
GTK_STOCK_STOP,
- N_("Stop _running search"),
+ N_("Stop _Running Search"),
NULL,
N_("Stop currently running search"),
G_CALLBACK (action_calendar_search_stop_cb) },