From: Dana Jansens Date: Sat, 12 Jan 2008 18:45:51 +0000 (-0500) Subject: choose a better mnemonic for another label, since the tabs were split up X-Git-Tag: release-2.0.3~18 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=e78135e0cfb53b5a34b0b1ba317dd228ac5b1202;p=dana%2Fobconf.git choose a better mnemonic for another label, since the tabs were split up --- diff --git a/src/obconf.glade b/src/obconf.glade index 999f902..22eeea6 100644 --- a/src/obconf.glade +++ b/src/obconf.glade @@ -2089,7 +2089,7 @@ C - The close button True - Information _dialog's position: + Information dialog's _position: True False GTK_JUSTIFY_LEFT diff --git a/src/strings.c b/src/strings.c index 7b6798f..43ca09b 100644 --- a/src/strings.c +++ b/src/strings.c @@ -62,7 +62,7 @@ gchar *s = N_("When resizing terminal windows"); gchar *s = N_("Always"); gchar *s = N_("Never"); gchar *s = N_(" "); -gchar *s = N_("Information _dialog's position:"); +gchar *s = N_("Information dialog's _position:"); gchar *s = N_("Centered on the window"); gchar *s = N_("Above the window"); gchar *s = N_("Fixed position on screen");