Index: Ringtoets/Integration/src/Ringtoets.Integration.Service/ReferenceLineReplacementHandler.cs =================================================================== diff -u -rffe405e6b0f8b4d10e6be78cf7735c554eb42a93 -r853f384d81f2125022a669589fc993a7fd1dfe42 --- Ringtoets/Integration/src/Ringtoets.Integration.Service/ReferenceLineReplacementHandler.cs (.../ReferenceLineReplacementHandler.cs) (revision ffe405e6b0f8b4d10e6be78cf7735c554eb42a93) +++ Ringtoets/Integration/src/Ringtoets.Integration.Service/ReferenceLineReplacementHandler.cs (.../ReferenceLineReplacementHandler.cs) (revision 853f384d81f2125022a669589fc993a7fd1dfe42) @@ -24,7 +24,7 @@ using Core.Common.Base; using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.Common.IO.ReferenceLines; -using RingtoetsCommonIOResources = Ringtoets.Common.IO.Properties.Resources; +using Ringtoets.Integration.Service.Properties; using CoreCommonBaseResources = Core.Common.Base.Properties.Resources; namespace Ringtoets.Integration.Service @@ -36,7 +36,7 @@ { public bool ConfirmReplace() { - DialogResult result = MessageBox.Show(RingtoetsCommonIOResources.ReferenceLineImporter_ConfirmImport_Confirm_referenceline_import_which_clears_data_when_performed, + DialogResult result = MessageBox.Show(Resources.ReferenceLineReplacementHandler_Confirm_clear_referenceLine_dependent_data, CoreCommonBaseResources.Confirm, MessageBoxButtons.OKCancel); return result == DialogResult.OK;