Index: Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.Forms/Views/GrassCoverErosionOutwardsDesignWaterLevelCalculationsView.cs =================================================================== diff -u -rb6f3b68404cad00988843342f68022dc743e74c1 -ra5115968c170dddb9ef42d207adcc4195cacc892 --- Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.Forms/Views/GrassCoverErosionOutwardsDesignWaterLevelCalculationsView.cs (.../GrassCoverErosionOutwardsDesignWaterLevelCalculationsView.cs) (revision b6f3b68404cad00988843342f68022dc743e74c1) +++ Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.Forms/Views/GrassCoverErosionOutwardsDesignWaterLevelCalculationsView.cs (.../GrassCoverErosionOutwardsDesignWaterLevelCalculationsView.cs) (revision a5115968c170dddb9ef42d207adcc4195cacc892) @@ -31,6 +31,7 @@ using Ringtoets.GrassCoverErosionOutwards.Forms.PresentationObjects; using Ringtoets.GrassCoverErosionOutwards.Forms.Properties; using RingtoetsCommonFormsResources = Ringtoets.Common.Forms.Properties.Resources; +using RingtoetsCommonDataResources = Ringtoets.Common.Data.Properties.Resources; namespace Ringtoets.GrassCoverErosionOutwards.Forms.Views { @@ -72,7 +73,7 @@ } FailureMechanism = failureMechanism; - messageProvider = new DesignWaterLevelCalculationMessageProvider(categoryBoundaryName); + messageProvider = new DesignWaterLevelCalculationMessageProvider(string.Format(RingtoetsCommonDataResources.Hydraulic_category_boundary_0_, categoryBoundaryName)); failureMechanismObserver = new Observer(UpdateCalculateForSelectedButton) {