textconf.c: features: fix capital letters.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andrew Borodin 2024-02-23 12:46:11 +03:00
parent 228166b73b
commit f9a2038991
1 changed files with 2 additions and 2 deletions

View File

@ -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 */