Index: Riskeer/Integration/src/Riskeer.Integration.Forms/Properties/Resources.Designer.cs =================================================================== diff -u -r900196824f2f860b124571e3ebe8f3c0338b49d2 -r744cd72b89ea39919410f44f71a643c301d1d563 --- Riskeer/Integration/src/Riskeer.Integration.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 900196824f2f860b124571e3ebe8f3c0338b49d2) +++ Riskeer/Integration/src/Riskeer.Integration.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 744cd72b89ea39919410f44f71a643c301d1d563) @@ -1,4 +1,25 @@ -//------------------------------------------------------------------------------ +// Copyright (C) Stichting Deltares 2021. All rights reserved. +// +// This file is part of Riskeer. +// +// Riskeer is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// All names, logos, and references to "Deltares" are registered trademarks of +// Stichting Deltares and remain full property of Stichting Deltares at all times. +// All rights reserved. + +//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.42000 @@ -188,6 +209,15 @@ } /// + /// Looks up a localized string similar to De normklassen per vak voor dit toetsspoor.. + /// + public static string AssessmentSectionAssemblyGroups_Description { + get { + return ResourceManager.GetString("AssessmentSectionAssemblyGroups_Description", resourceCulture); + } + } + + /// /// Looks up a localized string similar to Veiligheidsoordeel. /// public static string AssessmentSectionAssemblyResultControl_AssemblyCategoryGroup_DisplayName { Index: Riskeer/Integration/src/Riskeer.Integration.Forms/Properties/Resources.resx =================================================================== diff -u -r900196824f2f860b124571e3ebe8f3c0338b49d2 -r744cd72b89ea39919410f44f71a643c301d1d563 --- Riskeer/Integration/src/Riskeer.Integration.Forms/Properties/Resources.resx (.../Resources.resx) (revision 900196824f2f860b124571e3ebe8f3c0338b49d2) +++ Riskeer/Integration/src/Riskeer.Integration.Forms/Properties/Resources.resx (.../Resources.resx) (revision 744cd72b89ea39919410f44f71a643c301d1d563) @@ -383,4 +383,7 @@ Bovengrens van de duidingsklasse. + + De normklassen per vak voor dit toetsspoor. + \ No newline at end of file Index: Riskeer/Integration/src/Riskeer.Integration.Forms/PropertyClasses/AssessmentSectionAssemblyGroupsProperties.cs =================================================================== diff -u -r02acccf4e4fde4a059d06744d9e2b2f4d5bb9b48 -r744cd72b89ea39919410f44f71a643c301d1d563 --- Riskeer/Integration/src/Riskeer.Integration.Forms/PropertyClasses/AssessmentSectionAssemblyGroupsProperties.cs (.../AssessmentSectionAssemblyGroupsProperties.cs) (revision 02acccf4e4fde4a059d06744d9e2b2f4d5bb9b48) +++ Riskeer/Integration/src/Riskeer.Integration.Forms/PropertyClasses/AssessmentSectionAssemblyGroupsProperties.cs (.../AssessmentSectionAssemblyGroupsProperties.cs) (revision 744cd72b89ea39919410f44f71a643c301d1d563) @@ -32,6 +32,7 @@ using Riskeer.Common.Data.Contribution; using Riskeer.Common.Data.Exceptions; using Riskeer.Integration.Data; +using Riskeer.Integration.Forms.Properties; using RiskeerCommonFormsResources = Riskeer.Common.Forms.Properties.Resources; namespace Riskeer.Integration.Forms.PropertyClasses @@ -60,8 +61,8 @@ [PropertyOrder(assessmentSectionAssemblyGroupPropertyIndex)] [ResourcesCategory(typeof(RiskeerCommonFormsResources), nameof(RiskeerCommonFormsResources.Categories_General))] - [ResourcesDisplayName(typeof(RiskeerCommonFormsResources), nameof(RiskeerCommonFormsResources.AssemblyGroups_DisplayName))] - [ResourcesDescription(typeof(RiskeerCommonFormsResources), nameof(RiskeerCommonFormsResources.AssemblyGroups_Description))] + [ResourcesDisplayName(typeof(RiskeerCommonFormsResources), nameof(RiskeerCommonFormsResources.AssessmentSectionAssemblyGroups_DisplayName))] + [ResourcesDescription(typeof(Resources), nameof(Resources.AssessmentSectionAssemblyGroups_Description))] [TypeConverter(typeof(ExpandableArrayConverter))] public AssessmentSectionAssemblyGroupProperties[] AssessmentSectionAssemblyGroups { Index: Riskeer/Integration/test/Riskeer.Integration.Forms.Test/PropertyClasses/AssessmentSectionAssemblyGroupsPropertiesTest.cs =================================================================== diff -u -r839c963cd7ecbc5d3931041e7d9840d5fdcf7d06 -r744cd72b89ea39919410f44f71a643c301d1d563 --- Riskeer/Integration/test/Riskeer.Integration.Forms.Test/PropertyClasses/AssessmentSectionAssemblyGroupsPropertiesTest.cs (.../AssessmentSectionAssemblyGroupsPropertiesTest.cs) (revision 839c963cd7ecbc5d3931041e7d9840d5fdcf7d06) +++ Riskeer/Integration/test/Riskeer.Integration.Forms.Test/PropertyClasses/AssessmentSectionAssemblyGroupsPropertiesTest.cs (.../AssessmentSectionAssemblyGroupsPropertiesTest.cs) (revision 744cd72b89ea39919410f44f71a643c301d1d563) @@ -82,8 +82,8 @@ PropertyDescriptor failureMechanismSectionCategoriesProperty = dynamicProperties[0]; PropertiesTestHelper.AssertRequiredPropertyDescriptorProperties(failureMechanismSectionCategoriesProperty, generalCategoryName, - "Duidingsklassen", - "De duidingsklassen per vak voor dit toetsspoor.", + "Normklassen", + "De normklassen per vak voor dit toetsspoor.", true); }