From: Dana Jansens Date: Wed, 30 May 2007 01:33:39 +0000 (+0000) Subject: modify key shortcuts X-Git-Tag: release-2.0.2~150 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=a20d1281b8cda23fca3f158a68c83625022e8105;p=dana%2Fobconf.git modify key shortcuts --- diff --git a/src/obconf.glade b/src/obconf.glade index b289bd8..6bebba5 100644 --- a/src/obconf.glade +++ b/src/obconf.glade @@ -2500,7 +2500,7 @@ C - The close button True True - A_llow dock to be both above and below windows + A+llow dock to be both above and below windows True GTK_RELIEF_NORMAL True @@ -2843,7 +2843,7 @@ C - The close button True True True - About + Abo_ut True GTK_RELIEF_NORMAL True diff --git a/src/strings.c b/src/strings.c index b8ec0d8..07b6c1f 100644 --- a/src/strings.c +++ b/src/strings.c @@ -77,7 +77,7 @@ gchar *s = N_("Horizontal"); gchar *s = N_("Stacking"); gchar *s = N_(" "); gchar *s = N_("Keep dock _above other windows"); -gchar *s = N_("A_llow dock to be both above and below windows"); +gchar *s = N_("A+llow dock to be both above and below windows"); gchar *s = N_("Keep dock _below other windows"); gchar *s = N_("Hiding"); gchar *s = N_(" "); @@ -86,7 +86,7 @@ gchar *s = N_(" "); gchar *s = N_("_Delay before hiding:"); gchar *s = N_("ms"); gchar *s = N_("Dock"); -gchar *s = N_("About"); +gchar *s = N_("Abo_ut"); gchar *s = N_("About ObConf"); gchar *s = N_("ObConf VERSION"); gchar *s = N_("A preferences manager for Openbox");