fix help text for pass_click_on focus option

SVN revision: 82332
This commit is contained in:
Mike Blumenkrantz 2013-01-07 09:19:42 +00:00
parent 11ab438c80
commit 59ba1738ab
1 changed files with 1 additions and 1 deletions

View File

@ -1570,7 +1570,7 @@ e_configure_option_init(void)
co->info_cb = _e_configure_focus_setting_info_cb;
OPT_ICON("preferences-focus");
OPT_ADD(BOOL, pass_click_on, _("Pass click to unfocused windows"), _("focus"), _("border"), _("click"));
OPT_HELP("When clicking an unfocused window, the click is not passed through to the application");
OPT_HELP("When clicking an unfocused window, pass this click through to the application instead of only using it to focus the window");
OPT_ADD(ENUM, window_activehint_policy, _("Policy when applications request focus"), _("focus"), _("border")); //enum
co->info_cb = _e_configure_window_activehint_policy_info_cb;
OPT_ICON("preferences-focus");