Index: Riskeer/Integration/src/Riskeer.Integration.Forms/Properties/Resources.Designer.cs =================================================================== diff -u -r6bb2c169ea142cfcfad42c4b08a0c6c616936428 -r01c6afa9989e82a7114a3c028e800f52d3fb433b --- Riskeer/Integration/src/Riskeer.Integration.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 6bb2c169ea142cfcfad42c4b08a0c6c616936428) +++ Riskeer/Integration/src/Riskeer.Integration.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 01c6afa9989e82a7114a3c028e800f52d3fb433b) @@ -854,18 +854,18 @@ /// /// Looks up a localized string similar to De doelkans die wordt gebruikt om de lokale waterstand te bepalen voor de semi-probabilistische toets voor 'Piping' en 'Macrostabiliteit binnenwaarts'.. /// - public static string NormType_Description { + public static string NormativeNorm_Description { get { - return ResourceManager.GetString("NormType_Description", resourceCulture); + return ResourceManager.GetString("NormativeNorm_Description", resourceCulture); } } /// /// Looks up a localized string similar to Rekenwaarde voor waterstanden. /// - public static string NormType_DisplayName { + public static string NormativeNorm_DisplayName { get { - return ResourceManager.GetString("NormType_DisplayName", resourceCulture); + return ResourceManager.GetString("NormativeNorm_DisplayName", resourceCulture); } } Index: Riskeer/Integration/src/Riskeer.Integration.Forms/Properties/Resources.resx =================================================================== diff -u -r6bb2c169ea142cfcfad42c4b08a0c6c616936428 -r01c6afa9989e82a7114a3c028e800f52d3fb433b --- Riskeer/Integration/src/Riskeer.Integration.Forms/Properties/Resources.resx (.../Resources.resx) (revision 6bb2c169ea142cfcfad42c4b08a0c6c616936428) +++ Riskeer/Integration/src/Riskeer.Integration.Forms/Properties/Resources.resx (.../Resources.resx) (revision 01c6afa9989e82a7114a3c028e800f52d3fb433b) @@ -223,10 +223,10 @@ Omgevingswaarde [1/jaar] - + De doelkans die wordt gebruikt om de lokale waterstand te bepalen voor de semi-probabilistische toets voor 'Piping' en 'Macrostabiliteit binnenwaarts'. - + Rekenwaarde voor waterstanden Index: Riskeer/Integration/src/Riskeer.Integration.Forms/PropertyClasses/NormProperties.cs =================================================================== diff -u -r6bb2c169ea142cfcfad42c4b08a0c6c616936428 -r01c6afa9989e82a7114a3c028e800f52d3fb433b --- Riskeer/Integration/src/Riskeer.Integration.Forms/PropertyClasses/NormProperties.cs (.../NormProperties.cs) (revision 6bb2c169ea142cfcfad42c4b08a0c6c616936428) +++ Riskeer/Integration/src/Riskeer.Integration.Forms/PropertyClasses/NormProperties.cs (.../NormProperties.cs) (revision 01c6afa9989e82a7114a3c028e800f52d3fb433b) @@ -92,8 +92,8 @@ [PropertyOrder(3)] [ResourcesCategory(typeof(RiskeerCommonFormsResources), nameof(RiskeerCommonFormsResources.Categories_General))] - [ResourcesDisplayName(typeof(Resources), nameof(Resources.NormType_DisplayName))] - [ResourcesDescription(typeof(Resources), nameof(Resources.NormType_Description))] + [ResourcesDisplayName(typeof(Resources), nameof(Resources.NormativeNorm_DisplayName))] + [ResourcesDescription(typeof(Resources), nameof(Resources.NormativeNorm_Description))] [TypeConverter(typeof(EnumTypeConverter))] public NormType NormativeNorm {