From: Dana Jansens Date: Fri, 1 Jun 2007 01:52:56 +0000 (+0000) Subject: no dashes X-Git-Tag: release-2.0.2~76 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=7a2e1c0a1f5b7622af5b4880e2937a6d3279f07c;p=dana%2Fobconf.git no dashes --- diff --git a/src/obconf.glade b/src/obconf.glade index 22a5d4a..5c8f61a 100644 --- a/src/obconf.glade +++ b/src/obconf.glade @@ -1813,7 +1813,7 @@ C - The close button True - _Double-click on the titlebar: + _Double click on the titlebar: True False GTK_JUSTIFY_LEFT @@ -1888,7 +1888,7 @@ C - The close button True - Double-_click time: + Double _click time: True False GTK_JUSTIFY_LEFT diff --git a/src/strings.c b/src/strings.c index b3bdd39..fa5cb59 100644 --- a/src/strings.c +++ b/src/strings.c @@ -53,10 +53,10 @@ gchar *s = N_("px"); gchar *s = N_("Windows"); gchar *s = N_("Mouse Behavior"); gchar *s = N_(" "); -gchar *s = N_("_Double-click on the titlebar:"); +gchar *s = N_("_Double click on the titlebar:"); gchar *s = N_("Maximizes the window"); gchar *s = N_("Shades the window"); -gchar *s = N_("Double-_click time:"); +gchar *s = N_("Double _click time:"); gchar *s = N_("ms"); gchar *s = N_("Drag _threshold distance:"); gchar *s = N_("px");