Index: Ringtoets/Integration/src/Ringtoets.Integration.Plugin/RingtoetsPlugin.cs =================================================================== diff -u -r409f425c74884ec6cbd5f56ceb89111dfa2394b5 -r8ef10339e81ecee10776531f0f630e45f7c165d5 --- Ringtoets/Integration/src/Ringtoets.Integration.Plugin/RingtoetsPlugin.cs (.../RingtoetsPlugin.cs) (revision 409f425c74884ec6cbd5f56ceb89111dfa2394b5) +++ Ringtoets/Integration/src/Ringtoets.Integration.Plugin/RingtoetsPlugin.cs (.../RingtoetsPlugin.cs) (revision 8ef10339e81ecee10776531f0f630e45f7c165d5) @@ -440,7 +440,7 @@ yield return new ViewInfo, DesignWaterLevelCalculationsView> { - GetViewName = (view, context) => $"{RingtoetsFormsResources.DesignWaterLevelCalculationsContext_DisplayName} - " + + GetViewName = (view, context) => $"{RingtoetsCommonFormsResources.WaterLevelCalculations_DisplayName} - " + $"{RingtoetsPluginHelper.FormatCategoryBoundaryName(context.CategoryBoundaryName)}", GetViewData = context => context.WrappedData, Image = RingtoetsCommonFormsResources.GenericInputOutputIcon, @@ -454,7 +454,7 @@ yield return new ViewInfo, WaveHeightCalculationsView> { - GetViewName = (view, context) => $"{RingtoetsFormsResources.WaveHeightCalculationsContext_DisplayName} - " + + GetViewName = (view, context) => $"{RingtoetsCommonFormsResources.WaveHeightCalculations_DisplayName} - " + $"{RingtoetsPluginHelper.FormatCategoryBoundaryName(context.CategoryBoundaryName)}", GetViewData = context => context.WrappedData, Image = RingtoetsCommonFormsResources.GenericInputOutputIcon, @@ -911,7 +911,7 @@ yield return new TreeNodeInfo { - Text = context => RingtoetsFormsResources.DesignWaterLevelCalculationsContext_DisplayName, + Text = context => RingtoetsCommonFormsResources.WaterLevelCalculations_DisplayName, Image = context => RingtoetsCommonFormsResources.GeneralFolderIcon, ContextMenuStrip = DesignWaterLevelCalculationsGroupContextMenuStrip, ChildNodeObjects = DesignWaterLevelCalculationsGroupContextChildNodeObjects @@ -926,7 +926,7 @@ yield return new TreeNodeInfo { - Text = context => RingtoetsFormsResources.WaveHeightCalculationsContext_DisplayName, + Text = context => RingtoetsCommonFormsResources.WaveHeightCalculations_DisplayName, Image = context => RingtoetsCommonFormsResources.GeneralFolderIcon, ContextMenuStrip = WaveHeightCalculationsGroupContextMenuStrip, ChildNodeObjects = WaveHeightCalculationsGroupContextChildNodeObjects