[seahorse] Remove extra accellerator in 'Show any' option
- From: Stefan Walter <stefw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [seahorse] Remove extra accellerator in 'Show any' option
- Date: Fri, 9 Dec 2011 16:20:27 +0000 (UTC)
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]