From c658b74df29cb77415f30b444165063850fb3bde Mon Sep 17 00:00:00 2001
From: Emmanuel Christophe <emmanuel.christophe@orfeo-toolbox.org>
Date: Fri, 25 Jan 2008 17:01:33 +0000
Subject: [PATCH] translation

---
 Examples/Installation/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Examples/Installation/CMakeLists.txt b/Examples/Installation/CMakeLists.txt
index ae94c8070b..a3adea0b9e 100644
--- a/Examples/Installation/CMakeLists.txt
+++ b/Examples/Installation/CMakeLists.txt
@@ -5,7 +5,7 @@ IF(OTB_FOUND)
   INCLUDE(${OTB_USE_FILE})
 ELSE(OTB_FOUND)
   MESSAGE(FATAL_ERROR
-          "OTB non trouvée. Positionner la variable OTB_DIR.")
+          "Cannot build OTB project without OTB.  Please set OTB_DIR.")
 ENDIF(OTB_FOUND)
 
 ADD_EXECUTABLE(HelloWorld HelloWorld.cxx )
-- 
GitLab