Skip to content

Commit

Permalink
textconf.c: features: fix capital letters.
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Borodin <[email protected]>
  • Loading branch information
aborodin committed Apr 7, 2024
1 parent 228166b commit f9a2038
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/textconf.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

Expand Down

0 comments on commit f9a2038

Please sign in to comment.