From 5fcc27867d33196877e973301d583f7bea13b7a8 Mon Sep 17 00:00:00 2001 From: Witold Filipczyk Date: Tue, 20 Jun 2023 15:44:04 +0200 Subject: [PATCH] [options] Modified description. --- src/config/options.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config/options.inc b/src/config/options.inc index 0953f535..d135c451 100644 --- a/src/config/options.inc +++ b/src/config/options.inc @@ -330,9 +330,9 @@ static union option_info config_options_info[] = { N_("Highlight links to directories in FTP and local directory " "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, - 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" "1 means open link in new tab in foreground\n" "2 means open link in new tab in background\n"