[evolution] Bug 707425 - Inconsistent capitalization in calendar Search menu



commit 4602a56ed0263b4313139d8f02ab98214d2f087a
Author: Matthew Barnes <mbarnes redhat com>
Date:   Sun Sep 22 07:09:02 2013 -0400

    Bug 707425 - Inconsistent capitalization in calendar Search menu

 modules/calendar/e-cal-shell-view-actions.c |    6 +++---
 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 7d3315b..835979c 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) },


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