mirror of https://github.com/MidnightCommander/mc
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 USE_INTERNAL_EDIT
|
||||||
#ifdef HAVE_ASPELL
|
#ifdef HAVE_ASPELL
|
||||||
N_("With builtin Editor and Aspell support"),
|
N_("With builtin editor and aspell support"),
|
||||||
#else
|
#else
|
||||||
N_("With builtin Editor"),
|
N_("With builtin editor"),
|
||||||
#endif /* HAVE_ASPELL */
|
#endif /* HAVE_ASPELL */
|
||||||
#endif /* USE_INTERNAL_EDIT */
|
#endif /* USE_INTERNAL_EDIT */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue