Index: Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/WaveHeightCalculationsGroupContextTreeNodeInfoTest.cs =================================================================== diff -u -re25695acf2407be4ea1a9ea6c1791aba5c0ca81f -refc0216f58e91e97ffd48ff901e4430d78373bb0 --- Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/WaveHeightCalculationsGroupContextTreeNodeInfoTest.cs (.../WaveHeightCalculationsGroupContextTreeNodeInfoTest.cs) (revision e25695acf2407be4ea1a9ea6c1791aba5c0ca81f) +++ Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/WaveHeightCalculationsGroupContextTreeNodeInfoTest.cs (.../WaveHeightCalculationsGroupContextTreeNodeInfoTest.cs) (revision efc0216f58e91e97ffd48ff901e4430d78373bb0) @@ -278,7 +278,7 @@ { // Assert const string expectedItemText = @"Alles be&rekenen"; - const string expectedItemTooltip = @"Alle golfhoogtes berekenen."; + const string expectedItemTooltip = @"Alle golfhoogten berekenen."; TestHelper.AssertContextMenuStripContainsItem(contextMenu, contextMenuRunWaveHeightCalculationsIndex, expectedItemText, expectedItemTooltip, RingtoetsCommonFormsResources.CalculateAllIcon);