From a210241a50aeb89e3fbe309488f4198aac854ebf Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 12 Jan 2008 13:45:11 -0500 Subject: [PATCH] fix conflicting mnemonic --- src/obconf.glade | 2 +- src/strings.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/obconf.glade b/src/obconf.glade index 1be0f97..999f902 100644 --- a/src/obconf.glade +++ b/src/obconf.glade @@ -1968,7 +1968,7 @@ C - The close button True - _Show information dialog: + Show _information dialog: True False GTK_JUSTIFY_LEFT diff --git a/src/strings.c b/src/strings.c index 4df0d97..7b6798f 100644 --- a/src/strings.c +++ b/src/strings.c @@ -57,7 +57,7 @@ gchar *s = N_(" "); gchar *s = N_("_Amount of time to wait before switching:"); gchar *s = N_("ms"); gchar *s = N_("Information Dialog"); -gchar *s = N_("_Show information dialog:"); +gchar *s = N_("Show _information dialog:"); gchar *s = N_("When resizing terminal windows"); gchar *s = N_("Always"); gchar *s = N_("Never"); -- 2.39.2