1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-10-17 06:24:12 -04:00

[options] Modified description.

This commit is contained in:
Witold Filipczyk 2023-06-20 15:44:04 +02:00
parent a98470adcb
commit 5fcc27867d

View File

@ -330,9 +330,9 @@ static union option_info config_options_info[] = {
N_("Highlight links to directories in FTP and local directory " N_("Highlight links to directories in FTP and local directory "
"listing.")), "listing.")),
INIT_OPT_INT("document.browse.links", N_("Handling of hierbox's Go to button"), INIT_OPT_INT("document.browse.links", N_("Handling of hierbox's \"Go to\" button"),
"hierbox_goto", OPT_ZERO, 0, 3, 0, "hierbox_goto", OPT_ZERO, 0, 3, 0,
N_("Define how to handle hierbox's Go to button. For example in bookmarks manager:\n" N_("Define how to handle hierbox's \"Go to\" button (for example in bookmarks manager):\n"
"0 means open link in current tab\n" "0 means open link in current tab\n"
"1 means open link in new tab in foreground\n" "1 means open link in new tab in foreground\n"
"2 means open link in new tab in background\n" "2 means open link in new tab in background\n"