From f411abb53da823f2b1e4f634fce62d523aad6b7f Mon Sep 17 00:00:00 2001 From: legrand Date: Wed, 5 Mar 2008 14:42:52 +0000 Subject: [PATCH] corrected english errors git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1077 331e1502-861f-0410-8da2-ba01fb791d7f --- trunk/installParadiseo.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/trunk/installParadiseo.sh b/trunk/installParadiseo.sh index 26af601ab..1e2f39b9d 100755 --- a/trunk/installParadiseo.sh +++ b/trunk/installParadiseo.sh @@ -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