From: Dana Jansens Date: Sat, 12 Jan 2008 18:45:11 +0000 (-0500) Subject: fix conflicting mnemonic X-Git-Tag: release-2.0.3~19 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=a210241a50aeb89e3fbe309488f4198aac854ebf;p=dana%2Fobconf.git fix conflicting mnemonic --- 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");