Index: DamEngine/trunk/src/Deltares.DamEngine.Calculators/Properties/Resources.Designer.cs
===================================================================
diff -u -r1358 -r1363
--- DamEngine/trunk/src/Deltares.DamEngine.Calculators/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 1358)
+++ DamEngine/trunk/src/Deltares.DamEngine.Calculators/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 1363)
@@ -489,29 +489,29 @@
}
///
- /// Looks up a localized string similar to The new shoulder does not intersect the surface. This can be caused by a very strange surfaceline or the new shoulderwidth is too large..
+ /// Looks up a localized string similar to New shoulder length is smaller than current shoulder length..
///
- internal static string SurfaceLineShoulderAdapterNewShoulderNoIntersectionError {
+ internal static string SurfaceLineShoulderAdapterNewShoulderLengthError {
get {
- return ResourceManager.GetString("SurfaceLineShoulderAdapterNewShoulderNoIntersectionError", resourceCulture);
+ return ResourceManager.GetString("SurfaceLineShoulderAdapterNewShoulderLengthError", resourceCulture);
}
}
///
- /// Looks up a localized string similar to New shoulder width is smaller than current shoulder width..
+ /// Looks up a localized string similar to The new shoulder length is too large to fit in the current surface line..
///
- internal static string SurfaceLineShoulderAdapterNewShoulderWidthError {
+ internal static string SurfaceLineShoulderAdapterNewShoulderLengthTooLargeError {
get {
- return ResourceManager.GetString("SurfaceLineShoulderAdapterNewShoulderWidthError", resourceCulture);
+ return ResourceManager.GetString("SurfaceLineShoulderAdapterNewShoulderLengthTooLargeError", resourceCulture);
}
}
///
- /// Looks up a localized string similar to The new shoulder width is too large to fit in the current surface line..
+ /// Looks up a localized string similar to The new shoulder does not intersect the surface. This can be caused by a very strange surfaceline or the new shoulder length is too large..
///
- internal static string SurfaceLineShoulderAdapterNewShoulderWidthTooLargeError {
+ internal static string SurfaceLineShoulderAdapterNewShoulderNoIntersectionError {
get {
- return ResourceManager.GetString("SurfaceLineShoulderAdapterNewShoulderWidthTooLargeError", resourceCulture);
+ return ResourceManager.GetString("SurfaceLineShoulderAdapterNewShoulderNoIntersectionError", resourceCulture);
}
}
}