corrected english errors

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1077 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
legrand 2008-03-05 14:42:52 +00:00
commit f411abb53d

View file

@ -1111,11 +1111,11 @@ do
;;
*)
echo
echo -e ' \033[40m\033[1;33m### Please select the kind of "Makefile" you want to generate (available on UNIX platforms): ### \033[0m '
echo -e ' \033[40m\033[1;33m### Please select the kind of "Makefile" you want to generate: ### \033[0m '
echo
echo " $P_UNIX_MAKEFILES : Unix Makefiles (standard Makefiles)"
echo " $P_KDEVELOP3_PROJECT : KDevelop3 project files"
echo " $P_XCODE_PROJECT : Xcode Project files"
echo " $P_XCODE_PROJECT : Xcode project files"
read BUILD_PROCESS_TYPE
;;
esac