]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
- English patch - Thanks to Gilles David
authorribes <ribes>
Tue, 16 Feb 2010 10:53:51 +0000 (10:53 +0000)
committerribes <ribes>
Tue, 16 Feb 2010 10:53:51 +0000 (10:53 +0000)
src/ResourcesManager/ResourcesManager.cxx

index 51669d669397e44c7b63f62d2d4d9fca5db04442..ffba5fbd0f29e78b095c2d318e2bda4c5ec69258 100644 (file)
@@ -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;
             }
           }
         }