Index: Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Parsers/HydraRingOutputFileParser.cs =================================================================== diff -u -rb9cdd6c7e750fffc7797ab2e04d7f429d2dca649 -r50dfef6aa780c61f232b96a69fb92901b025d775 --- Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Parsers/HydraRingOutputFileParser.cs (.../HydraRingOutputFileParser.cs) (revision b9cdd6c7e750fffc7797ab2e04d7f429d2dca649) +++ Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Parsers/HydraRingOutputFileParser.cs (.../HydraRingOutputFileParser.cs) (revision 50dfef6aa780c61f232b96a69fb92901b025d775) @@ -54,7 +54,7 @@ } catch { - log.ErrorFormat(Resources.Parse_Cannot_read_file_0_nor_file_1_from_folder_2_, sectionId + "-output.txt", outputFileName, workingDirectory); + log.ErrorFormat(Resources.Parse_Cannot_read_FileName_0_nor_FileName_1_from_FolderPath_2_, sectionId + "-output.txt", outputFileName, workingDirectory); } } } Index: Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Properties/Resources.Designer.cs =================================================================== diff -u -rb9cdd6c7e750fffc7797ab2e04d7f429d2dca649 -r50dfef6aa780c61f232b96a69fb92901b025d775 --- Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision b9cdd6c7e750fffc7797ab2e04d7f429d2dca649) +++ Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 50dfef6aa780c61f232b96a69fb92901b025d775) @@ -1,28 +1,7 @@ -// Copyright (C) Stichting Deltares 2016. All rights reserved. -// -// This file is part of Ringtoets. -// -// Ringtoets is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program. If not, see . -// -// All names, logos, and references to "Deltares" are registered trademarks of -// Stichting Deltares and remain full property of Stichting Deltares at all times. -// All rights reserved. - -//------------------------------------------------------------------------------ +//------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.42000 +// Runtime Version:4.0.30319.18444 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -140,9 +119,9 @@ /// /// Looks up a localized string similar to Kan het Hydra-Ring uitvoerbestand {0} noch het logbestand {1} lezen uit de map {2}.. /// - internal static string Parse_Cannot_read_file_0_nor_file_1_from_folder_2_ { + internal static string Parse_Cannot_read_FileName_0_nor_FileName_1_from_FolderPath_2_ { get { - return ResourceManager.GetString("Parse_Cannot_read_file_0_nor_file_1_from_folder_2_", resourceCulture); + return ResourceManager.GetString("Parse_Cannot_read_FileName_0_nor_FileName_1_from_FolderPath_2_", resourceCulture); } } } Index: Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Properties/Resources.resx =================================================================== diff -u -rb9cdd6c7e750fffc7797ab2e04d7f429d2dca649 -r50dfef6aa780c61f232b96a69fb92901b025d775 --- Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Properties/Resources.resx (.../Resources.resx) (revision b9cdd6c7e750fffc7797ab2e04d7f429d2dca649) +++ Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Properties/Resources.resx (.../Resources.resx) (revision 50dfef6aa780c61f232b96a69fb92901b025d775) @@ -117,7 +117,7 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + Kan het Hydra-Ring uitvoerbestand {0} noch het logbestand {1} lezen uit de map {2}.