From: ribes Date: Tue, 16 Feb 2010 10:53:51 +0000 (+0000) Subject: - English patch - Thanks to Gilles David X-Git-Tag: V5_1_4a1~40 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=2309bd54e2b1e33722d0a2fa4861176a9a1415f0;p=modules%2Fkernel.git - English patch - Thanks to Gilles David --- diff --git a/src/ResourcesManager/ResourcesManager.cxx b/src/ResourcesManager/ResourcesManager.cxx index 51669d669..ffba5fbd0 100644 --- a/src/ResourcesManager/ResourcesManager.cxx +++ b/src/ResourcesManager/ResourcesManager.cxx @@ -384,7 +384,7 @@ const MapOfParserResourcesType& ResourcesManager_cpp::ParseXmlFiles() } else { - std::cerr << "ParseXmlFiles Warning, to resource with the same name was found, taking the first declaration : " << i->first << std::endl; + std::cerr << "ParseXmlFiles Warning, two resources with the same name were found, taking the first declaration : " << i->first << std::endl; } } }