From c1f51a82a65b415e079993233afae2b1e264009b Mon Sep 17 00:00:00 2001 From: Igor Murzov Date: Sun, 9 Jun 2013 18:57:55 +0400 Subject: [PATCH] Add missing space to the message --- src/bin/e_configure_option.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_configure_option.c b/src/bin/e_configure_option.c index fdc2fb0a5..d77caceb7 100644 --- a/src/bin/e_configure_option.c +++ b/src/bin/e_configure_option.c @@ -1603,7 +1603,7 @@ e_configure_option_init(void) OPT_MINMAX_STEP_FMT(0, 100, 2, _("%2.0f pixels")); OPT_ADD(BOOL, geometry_auto_move, _("Ensure initial placement of windows inside useful geometry"), _("border"), _("placement")); - OPT_HELP(_("Useful geometry is calculated as the screen size minus the geometry of any shelves which do not allow windows to overlap them." + OPT_HELP(_("Useful geometry is calculated as the screen size minus the geometry of any shelves which do not allow windows to overlap them. " "This option ensures that non-user placement of windows will be inside the useful geometry of the current screen")); OPT_ADD(BOOL, geometry_auto_resize_limit, _("Limit window autoresizing to useful geometry"), _("border"), _("placement"), _("resize")); OPT_HELP(_("Useful geometry is calculated as the screen size minus the geometry of any shelves which do not allow windows to overlap them"));