Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/StructureSelectionDialog.cs =================================================================== diff -u -re59a92bdf530c0f3522a25253350f6f6f593ddbd -red80cd8fb7d91c419ca42f706625e77ae014339e --- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/StructureSelectionDialog.cs (.../StructureSelectionDialog.cs) (revision e59a92bdf530c0f3522a25253350f6f6f593ddbd) +++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/StructureSelectionDialog.cs (.../StructureSelectionDialog.cs) (revision ed80cd8fb7d91c419ca42f706625e77ae014339e) @@ -46,7 +46,7 @@ throw new ArgumentNullException("structures"); } - Text = Resources.StructureSelectionDialog_StructureSelectionDialog_Select_structures; + Text = Resources.StructureSelectionDialog_Select_Structures; InitializeDataGridView(Resources.Structure_DisplayName); SetDataSource(structures.Select(structure => new SelectableRow(structure, structure.Name)).ToArray());