0
0
mirror of https://github.com/rkd77/elinks.git synced 2025-09-21 19:46:23 -04:00

[config] Changed in more places ~/.elinks -> ~/.config/elinks

This commit is contained in:
Witold Filipczyk
2023-01-26 12:41:46 +01:00
parent 15362c8980
commit 060abde3d6
27 changed files with 45 additions and 45 deletions

View File

@@ -72,7 +72,7 @@ static union option_info ecmascript_options[] = {
INIT_OPT_BOOL("ecmascript", N_("Console log"),
"enable_console_log", OPT_ZERO, 0,
N_("When enabled logs will be appended to ~/.elinks/console.log.")),
N_("When enabled logs will be appended to ~/.config/elinks/console.log.")),
INIT_OPT_BOOL("ecmascript", N_("Script error reporting"),
"error_reporting", OPT_ZERO, 0,