Index: Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/WaveHeightCalculationsContextTreeNodeInfoTest.cs =================================================================== diff -u -re25695acf2407be4ea1a9ea6c1791aba5c0ca81f -refc0216f58e91e97ffd48ff901e4430d78373bb0 --- Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/WaveHeightCalculationsContextTreeNodeInfoTest.cs (.../WaveHeightCalculationsContextTreeNodeInfoTest.cs) (revision e25695acf2407be4ea1a9ea6c1791aba5c0ca81f) +++ Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/WaveHeightCalculationsContextTreeNodeInfoTest.cs (.../WaveHeightCalculationsContextTreeNodeInfoTest.cs) (revision efc0216f58e91e97ffd48ff901e4430d78373bb0) @@ -297,7 +297,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);