1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-07-26 16:45:12 -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"),
"increase_contrast", 0, 1,
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"
"with the ensure_contrast option.")),