From f9a2038991bcf4b674d439f05a640de8a476a25f Mon Sep 17 00:00:00 2001 From: Andrew Borodin Date: Fri, 23 Feb 2024 12:46:11 +0300 Subject: [PATCH] textconf.c: features: fix capital letters. Signed-off-by: Andrew Borodin --- src/textconf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/textconf.c b/src/textconf.c index 0a1f4cce9..553e09999 100644 --- a/src/textconf.c +++ b/src/textconf.c @@ -86,9 +86,9 @@ static const char *const features[] = { #ifdef USE_INTERNAL_EDIT #ifdef HAVE_ASPELL - N_("With builtin Editor and Aspell support"), + N_("With builtin editor and aspell support"), #else - N_("With builtin Editor"), + N_("With builtin editor"), #endif /* HAVE_ASPELL */ #endif /* USE_INTERNAL_EDIT */