1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-04-18 00:47:36 -04:00

Remove double 'black' from ensure_contrast option description.

This commit is contained in:
Jonas Fonseca 2005-09-15 20:47:06 +02:00 committed by Jonas Fonseca
parent 921c59ce07
commit 21387bc966

View File

@ -568,7 +568,7 @@ static struct option_info config_options_info[] = {
INIT_OPT_BOOL("document.colors", N_("Increase contrast"), INIT_OPT_BOOL("document.colors", N_("Increase contrast"),
"increase_contrast", 0, 1, "increase_contrast", 0, 1,
N_("Increase the contrast between the foreground and background colors\n" N_("Increase the contrast between the foreground and background colors\n"
"to ensure readability. For example it disallows dark colors on a black\n" "to ensure readability. For example it disallows dark colors on a\n"
"black background. Note, this is different from ensuring the contrast\n" "black background. Note, this is different from ensuring the contrast\n"
"with the ensure_contrast option.")), "with the ensure_contrast option.")),