mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Change the description of the connection.try_ipv4 option.
Use "e.g." rather than "i.e." because the syntax cannot be deduced from the preceding text.
This commit is contained in:
parent
4a638c2e84
commit
e054a15960
@ -103,7 +103,7 @@ static struct option_info config_options_info[] = {
|
|||||||
"at all unless you are sure what are you doing.\n"
|
"at all unless you are sure what are you doing.\n"
|
||||||
"Note that you can also force a given protocol\n"
|
"Note that you can also force a given protocol\n"
|
||||||
"to be used on a per-connection basis by using an URL\n"
|
"to be used on a per-connection basis by using an URL\n"
|
||||||
"in the style of i.e. http4://elinks.or.cz/.")),
|
"in the style of e.g. http4://elinks.or.cz/.")),
|
||||||
#else
|
#else
|
||||||
INIT_OPT_BOOL("connection", N_("Try IPv4 when connecting"),
|
INIT_OPT_BOOL("connection", N_("Try IPv4 when connecting"),
|
||||||
"try_ipv4", 0, 1,
|
"try_ipv4", 0, 1,
|
||||||
@ -111,7 +111,7 @@ static struct option_info config_options_info[] = {
|
|||||||
"Do not touch this option.\n"
|
"Do not touch this option.\n"
|
||||||
"Note that you can also force a given protocol\n"
|
"Note that you can also force a given protocol\n"
|
||||||
"to be used on a per-connection basis by using an URL\n"
|
"to be used on a per-connection basis by using an URL\n"
|
||||||
"in the style of i.e. http4://elinks.or.cz/.")),
|
"in the style of e.g. http4://elinks.or.cz/.")),
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_IPV6
|
#ifdef CONFIG_IPV6
|
||||||
|
Loading…
Reference in New Issue
Block a user