From b93efc1482701e68dcc0a9007a95df076d4ec568 Mon Sep 17 00:00:00 2001 From: Emmanuel Christophe <emmanuel.christophe@orfeo-toolbox.org> Date: Mon, 1 Dec 2008 14:34:21 +0800 Subject: [PATCH] STYLE: french to english --- Code/IO/otbGDALImageIO.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/IO/otbGDALImageIO.cxx b/Code/IO/otbGDALImageIO.cxx index affc5f28ba..5ffd39187f 100644 --- a/Code/IO/otbGDALImageIO.cxx +++ b/Code/IO/otbGDALImageIO.cxx @@ -944,7 +944,7 @@ namespace otb if(m_poBands==NULL) { - itkExceptionMacro(<<"Erreur d'allocation memoire du 'rasterBands'"); + itkExceptionMacro(<<"Memory allocation error for 'rasterBands'"); } for(int i=0 ; i<m_NbBands ; i++) { -- GitLab