Clarify text of screen_msg message.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andrew Borodin 2016-03-19 10:58:00 +03:00
parent 17706ad9f3
commit ec296b2c9f
2 changed files with 5 additions and 5 deletions

View File

@ -50,7 +50,7 @@ AC_DEFUN([mc_CHECK_NCURSES_BY_PATH], [
if test x"$found_ncurses" = x"yes"; then
screen_type=ncurses
screen_msg="Ncurses library"
screen_msg="NCurses"
AC_DEFINE(HAVE_NCURSES, 1,
[Define to use ncurses library for screen management])
@ -103,7 +103,7 @@ AC_DEFUN([mc_WITH_NCURSES], [
[AC_MSG_ERROR([Cannot find ncurses library])])
screen_type=ncurses
screen_msg="Ncurses library"
screen_msg="NCurses"
AC_DEFINE(USE_NCURSES, 1,
[Define to use ncurses for screen management])
else
@ -127,7 +127,7 @@ AC_DEFUN([mc_WITH_NCURSES], [
fi
screen_type=ncurses
screen_msg="Ncurses library"
screen_msg="NCurses"
AC_DEFINE(USE_NCURSES, 1,
[Define to use ncurses for screen management])
fi
@ -177,7 +177,7 @@ AC_DEFUN([mc_WITH_NCURSESW], [
fi
screen_type=ncursesw
screen_msg="Ncursesw library"
screen_msg="NCursesw"
AC_DEFINE(USE_NCURSESW, 1,
[Define to use ncursesw for screen management])

View File

@ -204,7 +204,7 @@ AC_DEFUN([mc_WITH_SLANG], [
fi
screen_type=slang
screen_msg="S-Lang library"
screen_msg="S-Lang"
AC_DEFINE(HAVE_SLANG, 1, [Define to use S-Lang library for screen management])
mc_CHECK_SLANG_HEADER