From: Dana Jansens Date: Sat, 12 Jan 2008 18:47:18 +0000 (-0500) Subject: reword the "where to place new windows" label to maybe be more clear X-Git-Tag: release-2.0.3~17 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=97112bd5362e9c160e11c961e57ec0265f96ea8a;p=dana%2Fobconf.git reword the "where to place new windows" label to maybe be more clear --- diff --git a/src/obconf.glade b/src/obconf.glade index 22eeea6..20b5d6d 100644 --- a/src/obconf.glade +++ b/src/obconf.glade @@ -1296,7 +1296,7 @@ C - The close button True - Place new windows _on: + Prefer to place new windows _on: True False GTK_JUSTIFY_LEFT diff --git a/src/strings.c b/src/strings.c index 43ca09b..ef7bf79 100644 --- a/src/strings.c +++ b/src/strings.c @@ -39,7 +39,7 @@ gchar *s = N_("Placing Windows"); gchar *s = N_(" "); gchar *s = N_("_Place new windows under the mouse pointer"); gchar *s = N_("_Center new windows when they are placed"); -gchar *s = N_("Place new windows _on:"); +gchar *s = N_("Prefer to place new windows _on:"); gchar *s = N_("All monitors"); gchar *s = N_("The active monitor"); gchar *s = N_("Windows");