Index: Riskeer/Common/src/Riskeer.Common.Plugin/Properties/Resources.Designer.cs =================================================================== diff -u -r9e9976818f1b446948c3bf815cafe2e023f98ac1 -re8ac88986601afc04d2946cd4d18efc12c94deb6 --- Riskeer/Common/src/Riskeer.Common.Plugin/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 9e9976818f1b446948c3bf815cafe2e023f98ac1) +++ Riskeer/Common/src/Riskeer.Common.Plugin/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision e8ac88986601afc04d2946cd4d18efc12c94deb6) @@ -82,7 +82,7 @@ } /// - /// Looks up a localized string similar to Doelkans toevoegen. + /// Looks up a localized string similar to Doelkans &toevoegen. /// public static string ContextMenuStrip_Add_TargetProbability { get { Index: Riskeer/Common/src/Riskeer.Common.Plugin/Properties/Resources.resx =================================================================== diff -u -r57ef55e67931df024753fe19a636c02eaae148c1 -re8ac88986601afc04d2946cd4d18efc12c94deb6 --- Riskeer/Common/src/Riskeer.Common.Plugin/Properties/Resources.resx (.../Resources.resx) (revision 57ef55e67931df024753fe19a636c02eaae148c1) +++ Riskeer/Common/src/Riskeer.Common.Plugin/Properties/Resources.resx (.../Resources.resx) (revision e8ac88986601afc04d2946cd4d18efc12c94deb6) @@ -118,7 +118,7 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - Doelkans toevoegen + Doelkans &toevoegen Voeg een nieuwe doelkans toe aan deze map. Index: Riskeer/DuneErosion/test/Riskeer.DuneErosion.Plugin.Test/TreeNodeInfos/DuneLocationCalculationsForUserDefinedTargetProbabilitiesGroupContextTreeNodeInfoTest.cs =================================================================== diff -u -r9d3dc341d56c1a4e3f2d1ee02b2b776063cbeccb -re8ac88986601afc04d2946cd4d18efc12c94deb6 --- Riskeer/DuneErosion/test/Riskeer.DuneErosion.Plugin.Test/TreeNodeInfos/DuneLocationCalculationsForUserDefinedTargetProbabilitiesGroupContextTreeNodeInfoTest.cs (.../DuneLocationCalculationsForUserDefinedTargetProbabilitiesGroupContextTreeNodeInfoTest.cs) (revision 9d3dc341d56c1a4e3f2d1ee02b2b776063cbeccb) +++ Riskeer/DuneErosion/test/Riskeer.DuneErosion.Plugin.Test/TreeNodeInfos/DuneLocationCalculationsForUserDefinedTargetProbabilitiesGroupContextTreeNodeInfoTest.cs (.../DuneLocationCalculationsForUserDefinedTargetProbabilitiesGroupContextTreeNodeInfoTest.cs) (revision e8ac88986601afc04d2946cd4d18efc12c94deb6) @@ -260,7 +260,7 @@ Assert.AreEqual(10, menu.Items.Count); TestHelper.AssertContextMenuStripContainsItem(menu, contextMenuAddTargetProbabilityIndex, - "Doelkans toevoegen", + "Doelkans &toevoegen", "Voeg een nieuwe doelkans toe aan deze map.", RiskeerCommonFormsResources.GenericInputOutputIcon, false); Index: Riskeer/Integration/src/Riskeer.Integration.Forms/Properties/Resources.Designer.cs =================================================================== diff -u -r91e53e03e68cf1f0902c4226c6421256ef2e81ee -re8ac88986601afc04d2946cd4d18efc12c94deb6 --- Riskeer/Integration/src/Riskeer.Integration.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 91e53e03e68cf1f0902c4226c6421256ef2e81ee) +++ Riskeer/Integration/src/Riskeer.Integration.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision e8ac88986601afc04d2946cd4d18efc12c94deb6) @@ -590,7 +590,7 @@ } /// - /// Looks up a localized string similar to Selecteer andere bestandsmap.... + /// Looks up a localized string similar to &Selecteer andere bestandsmap.... /// public static string HydraulicBoundaryData_Select_Different_Folder { get { Index: Riskeer/Integration/src/Riskeer.Integration.Forms/Properties/Resources.resx =================================================================== diff -u -r91e53e03e68cf1f0902c4226c6421256ef2e81ee -re8ac88986601afc04d2946cd4d18efc12c94deb6 --- Riskeer/Integration/src/Riskeer.Integration.Forms/Properties/Resources.resx (.../Resources.resx) (revision 91e53e03e68cf1f0902c4226c6421256ef2e81ee) +++ Riskeer/Integration/src/Riskeer.Integration.Forms/Properties/Resources.resx (.../Resources.resx) (revision e8ac88986601afc04d2946cd4d18efc12c94deb6) @@ -409,7 +409,7 @@ Selecteer een ander HLCD bestand. - Selecteer andere bestandsmap... + &Selecteer andere bestandsmap... Selecteer een andere bestandsmap. Index: Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/TreeNodeInfos/HydraulicBoundaryDataContextTreeNodeInfoTest.cs =================================================================== diff -u -r1115051ca0197eedcd17674d8bd9fc3a597fad57 -re8ac88986601afc04d2946cd4d18efc12c94deb6 --- Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/TreeNodeInfos/HydraulicBoundaryDataContextTreeNodeInfoTest.cs (.../HydraulicBoundaryDataContextTreeNodeInfoTest.cs) (revision 1115051ca0197eedcd17674d8bd9fc3a597fad57) +++ Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/TreeNodeInfos/HydraulicBoundaryDataContextTreeNodeInfoTest.cs (.../HydraulicBoundaryDataContextTreeNodeInfoTest.cs) (revision e8ac88986601afc04d2946cd4d18efc12c94deb6) @@ -253,7 +253,7 @@ Assert.AreEqual(6, contextMenuStrip.Items.Count); TestHelper.AssertContextMenuStripContainsItem(contextMenuStrip, contextMenuSelectDifferentFolderIndex, - "Selecteer andere bestandsmap...", + "&Selecteer andere bestandsmap...", "Selecteer een andere bestandsmap.", RiskeerCommonFormsResources.GeneralFolderIcon); } Index: Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/TreeNodeInfos/WaterLevelCalculationsForUserDefinedTargetProbabilitiesGroupContextTreeNodeInfoTest.cs =================================================================== diff -u -r89a309ddcf45ceafb2fa1116a2ab7eeca8ee25cb -re8ac88986601afc04d2946cd4d18efc12c94deb6 --- Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/TreeNodeInfos/WaterLevelCalculationsForUserDefinedTargetProbabilitiesGroupContextTreeNodeInfoTest.cs (.../WaterLevelCalculationsForUserDefinedTargetProbabilitiesGroupContextTreeNodeInfoTest.cs) (revision 89a309ddcf45ceafb2fa1116a2ab7eeca8ee25cb) +++ Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/TreeNodeInfos/WaterLevelCalculationsForUserDefinedTargetProbabilitiesGroupContextTreeNodeInfoTest.cs (.../WaterLevelCalculationsForUserDefinedTargetProbabilitiesGroupContextTreeNodeInfoTest.cs) (revision e8ac88986601afc04d2946cd4d18efc12c94deb6) @@ -264,7 +264,7 @@ Assert.AreEqual(11, menu.Items.Count); TestHelper.AssertContextMenuStripContainsItem(menu, contextMenuAddTargetProbabilityIndex, - "Doelkans toevoegen", + "Doelkans &toevoegen", "Voeg een nieuwe doelkans toe aan deze map.", RiskeerCommonFormsResources.GenericInputOutputIcon); Index: Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/TreeNodeInfos/WaveHeightCalculationsForUserDefinedTargetProbabilitiesGroupContextTreeNodeInfoTest.cs =================================================================== diff -u -r89a309ddcf45ceafb2fa1116a2ab7eeca8ee25cb -re8ac88986601afc04d2946cd4d18efc12c94deb6 --- Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/TreeNodeInfos/WaveHeightCalculationsForUserDefinedTargetProbabilitiesGroupContextTreeNodeInfoTest.cs (.../WaveHeightCalculationsForUserDefinedTargetProbabilitiesGroupContextTreeNodeInfoTest.cs) (revision 89a309ddcf45ceafb2fa1116a2ab7eeca8ee25cb) +++ Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/TreeNodeInfos/WaveHeightCalculationsForUserDefinedTargetProbabilitiesGroupContextTreeNodeInfoTest.cs (.../WaveHeightCalculationsForUserDefinedTargetProbabilitiesGroupContextTreeNodeInfoTest.cs) (revision e8ac88986601afc04d2946cd4d18efc12c94deb6) @@ -264,7 +264,7 @@ Assert.AreEqual(11, menu.Items.Count); TestHelper.AssertContextMenuStripContainsItem(menu, contextMenuAddTargetProbabilityIndex, - "Doelkans toevoegen", + "Doelkans &toevoegen", "Voeg een nieuwe doelkans toe aan deze map.", RiskeerCommonFormsResources.GenericInputOutputIcon);