[seahorse] Fix capitalization in menu items



commit 162fedfe6829316fa1e8986c9c5d19957fe9d37e
Author: Adam Dingle <adam yorba org>
Date:   Sun May 5 13:35:09 2013 -0400

    Fix capitalization in menu items
    
    https://bugzilla.gnome.org/show_bug.cgi?id=699116

 src/seahorse-key-manager.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/seahorse-key-manager.c b/src/seahorse-key-manager.c
index 5641851..6197cb3 100644
--- a/src/seahorse-key-manager.c
+++ b/src/seahorse-key-manager.c
@@ -519,16 +519,16 @@ static const GtkActionEntry GENERAL_ACTIONS[] = {
 };
 
 static const GtkToggleActionEntry SIDEBAR_ACTIONS[] = {
-       { "view-sidebar", NULL, N_("By _keyring"), NULL,
+       { "view-sidebar", NULL, N_("By _Keyring"), NULL,
          N_("Show sidebar listing keyrings"), NULL, FALSE },
 };
 
 static const GtkRadioActionEntry VIEW_RADIO_ACTIONS[] = {
-       { "view-personal", NULL, N_("Show _personal"), NULL,
+       { "view-personal", NULL, N_("Show _Personal"), NULL,
          N_("Only show personal keys, certificates and passwords"), SHOW_PERSONAL },
-       { "view-trusted", NULL, N_("Show _trusted"), NULL,
+       { "view-trusted", NULL, N_("Show _Trusted"), NULL,
          N_("Only show trusted keys, certificates and passwords"), SHOW_TRUSTED },
-       { "view-any", NULL, N_("Show _any"), NULL,
+       { "view-any", NULL, N_("Show _Any"), NULL,
          N_("Show all keys, certificates and passwords"), SHOW_ANY },
 };
 


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