mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
textconf.c: features: fix capital letters.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
228166b73b
commit
f9a2038991
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user