From 2309bd54e2b1e33722d0a2fa4861176a9a1415f0 Mon Sep 17 00:00:00 2001 From: ribes Date: Tue, 16 Feb 2010 10:53:51 +0000 Subject: [PATCH] - English patch - Thanks to Gilles David --- src/ResourcesManager/ResourcesManager.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } } } -- 2.39.2