Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/PropertyClasses/HeightStructureProperties.cs =================================================================== diff -u -r9050ad5f3a80e630b2fcc092942a40d6343286a0 -rc6b1371c973eedaa7267dab274ac9d5cb3c8171b --- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/PropertyClasses/HeightStructureProperties.cs (.../HeightStructureProperties.cs) (revision 9050ad5f3a80e630b2fcc092942a40d6343286a0) +++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/PropertyClasses/HeightStructureProperties.cs (.../HeightStructureProperties.cs) (revision c6b1371c973eedaa7267dab274ac9d5cb3c8171b) @@ -39,8 +39,8 @@ { [PropertyOrder(1)] [ResourcesCategory(typeof(RingtoetsCommonFormsResources), "Categories_General")] - [ResourcesDisplayName(typeof(Resources), "HeightStructure_Name_DisplayName")] - [ResourcesDescription(typeof(Resources), "HeightStructure_Name_Description")] + [ResourcesDisplayName(typeof(RingtoetsCommonFormsResources), "Structure_Name_DisplayName")] + [ResourcesDescription(typeof(RingtoetsCommonFormsResources), "Structure_Name_Description")] public string Name { get @@ -51,8 +51,8 @@ [PropertyOrder(2)] [ResourcesCategory(typeof(RingtoetsCommonFormsResources), "Categories_General")] - [ResourcesDisplayName(typeof(Resources), "HeightStructure_Location_DisplayName")] - [ResourcesDescription(typeof(Resources), "HeightStructure_Location_Description")] + [ResourcesDisplayName(typeof(RingtoetsCommonFormsResources), "Structure_Location_DisplayName")] + [ResourcesDescription(typeof(RingtoetsCommonFormsResources), "Structure_Location_Description")] public Point2D Location { get @@ -64,8 +64,8 @@ [PropertyOrder(3)] [ResourcesCategory(typeof(RingtoetsCommonFormsResources), "Categories_Schematization")] - [ResourcesDisplayName(typeof(Resources), "StructureNormalOrientation_DisplayName")] - [ResourcesDescription(typeof(Resources), "StructureNormalOrientation_Description")] + [ResourcesDisplayName(typeof(RingtoetsCommonFormsResources), "Structure_StructureNormalOrientation_DisplayName")] + [ResourcesDescription(typeof(RingtoetsCommonFormsResources), "Structure_StructureNormalOrientation_Description")] public RoundedDouble StructureNormalOrientation { get