From 21387bc96654f4795310dac15eedc449cd50aeb8 Mon Sep 17 00:00:00 2001 From: Jonas Fonseca Date: Thu, 15 Sep 2005 20:47:06 +0200 Subject: [PATCH] Remove double 'black' from ensure_contrast option description. --- src/config/options.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/options.inc b/src/config/options.inc index 5aeee2ef..67c49536 100644 --- a/src/config/options.inc +++ b/src/config/options.inc @@ -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.")),