Index: src/Deltares.DSoilModel.Data/DSoilModelProject.cs
===================================================================
diff -u -r982 -r987
--- src/Deltares.DSoilModel.Data/DSoilModelProject.cs (.../DSoilModelProject.cs) (revision 982)
+++ src/Deltares.DSoilModel.Data/DSoilModelProject.cs (.../DSoilModelProject.cs) (revision 987)
@@ -568,7 +568,7 @@
{
if (dSerieFileInfo.YieldStressVersionNumber > highestSupportedYieldStressVersion)
{
- throw new DSoilModelProjectException(String.Format(LocalizationManager.GetTranslatedText(this, "ErrorYieldStressDataNotSupported"), filename));
+ throw new DSoilModelProjectException(String.Format(LocalizationManager.GetTranslatedText(this, "ErrorNoValidYieldStressData"), filename));
}
}
}
Index: src/Deltares.DSoilModel.Data/Translations.xml
===================================================================
diff -u -r975 -r987
--- src/Deltares.DSoilModel.Data/Translations.xml (.../Translations.xml) (revision 975)
+++ src/Deltares.DSoilModel.Data/Translations.xml (.../Translations.xml) (revision 987)
@@ -76,6 +76,6 @@
-
+