[seahorse] Remove extra accellerator in 'Show any' option



commit 66c4f8b37a34ef6fe748dfef879ef817ba783037
Author: Lucian Adrian Grijincu <lucian grijincu gmail com>
Date:   Fri Dec 9 17:19:53 2011 +0100

    Remove extra accellerator in 'Show any' option

 src/seahorse-key-manager.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/seahorse-key-manager.c b/src/seahorse-key-manager.c
index 2ed6ff7..1b27f96 100644
--- a/src/seahorse-key-manager.c
+++ b/src/seahorse-key-manager.c
@@ -469,7 +469,7 @@ static const GtkRadioActionEntry VIEW_RADIO_ACTIONS[] = {
 	  N_("Only show personal keys, certificates and passwords"), SHOW_PERSONAL },
 	{ "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]