Index: Ringtoets/Common/src/Ringtoets.Common.Data/IllustrationPoints/GeneralResult.cs =================================================================== diff -u -r2be62a16f4a6d90a76ebb53967a7b7ea3a445cd1 -r383978e113c1829e86c866ac075a476fa7e07086 --- Ringtoets/Common/src/Ringtoets.Common.Data/IllustrationPoints/GeneralResult.cs (.../GeneralResult.cs) (revision 2be62a16f4a6d90a76ebb53967a7b7ea3a445cd1) +++ Ringtoets/Common/src/Ringtoets.Common.Data/IllustrationPoints/GeneralResult.cs (.../GeneralResult.cs) (revision 383978e113c1829e86c866ac075a476fa7e07086) @@ -124,7 +124,7 @@ if (childStochastNames.Except(topLevelStochastNames).Any()) { - throw new ArgumentException(string.Format(Resources.GeneralResult_Imported_with_incorrect_top_level_stochasts)); + throw new ArgumentException(string.Format(Resources.GeneralResult_Imported_with_incorrect_stochasts_in_children)); } }