Index: Ringtoets/Common/src/Ringtoets.Common.IO/FailureMechanismSectionReader.cs =================================================================== diff -u -r283332160a6686b6426a74a672176b9e501ec1c8 -r8aed37b83aa4d0b9a0932551f8727ceca83e5cc4 --- Ringtoets/Common/src/Ringtoets.Common.IO/FailureMechanismSectionReader.cs (.../FailureMechanismSectionReader.cs) (revision 283332160a6686b6426a74a672176b9e501ec1c8) +++ Ringtoets/Common/src/Ringtoets.Common.IO/FailureMechanismSectionReader.cs (.../FailureMechanismSectionReader.cs) (revision 8aed37b83aa4d0b9a0932551f8727ceca83e5cc4) @@ -144,7 +144,7 @@ if (string.IsNullOrWhiteSpace(sectionName)) { - throw CreateCriticalFileReadException("Voor één van de vakken is geen naam opgegeven."); + throw CreateCriticalFileReadException(RingtoetsCommonIOResources.FailureMechanismSectionReader_File_has_section_without_sectionName); } return sectionName;