Index: Riskeer/Integration/src/Riskeer.Integration.Forms/Dialogs/ReferenceLineMetaSelectionDialog.resx
===================================================================
diff -u -ree85cacf38672c8e7562b2b8ff41bdead4ca644e -r351768583ad8fc07c9d83ec9626b7bda8460756a
--- Riskeer/Integration/src/Riskeer.Integration.Forms/Dialogs/ReferenceLineMetaSelectionDialog.resx (.../ReferenceLineMetaSelectionDialog.resx) (revision ee85cacf38672c8e7562b2b8ff41bdead4ca644e)
+++ Riskeer/Integration/src/Riskeer.Integration.Forms/Dialogs/ReferenceLineMetaSelectionDialog.resx (.../ReferenceLineMetaSelectionDialog.resx) (revision 351768583ad8fc07c9d83ec9626b7bda8460756a)
@@ -346,7 +346,7 @@
4
- Kies de norm van het dijktraject:
+ Kies de norm van het traject:
groupBox1
Index: Riskeer/Integration/test/Riskeer.Integration.Forms.Test/Dialogs/ReferenceLineMetaSelectionDialogTest.cs
===================================================================
diff -u -r78022747a007922974c3729d464fa4a5184b77f9 -r351768583ad8fc07c9d83ec9626b7bda8460756a
--- Riskeer/Integration/test/Riskeer.Integration.Forms.Test/Dialogs/ReferenceLineMetaSelectionDialogTest.cs (.../ReferenceLineMetaSelectionDialogTest.cs) (revision 78022747a007922974c3729d464fa4a5184b77f9)
+++ Riskeer/Integration/test/Riskeer.Integration.Forms.Test/Dialogs/ReferenceLineMetaSelectionDialogTest.cs (.../ReferenceLineMetaSelectionDialogTest.cs) (revision 351768583ad8fc07c9d83ec9626b7bda8460756a)
@@ -82,7 +82,7 @@
Assert.AreEqual(@"Stel een traject samen", dialog.Text);
GroupBox groupBox = ControlTestHelper.GetControls(dialog, "groupBox1").Single();
- Assert.AreEqual("Kies de norm van het dijktraject:", groupBox.Text);
+ Assert.AreEqual("Kies de norm van het traject:", groupBox.Text);
AssertReferenceLineMetaDataGridViewControl(dialog);
}