Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/Properties/Resources.Designer.cs
===================================================================
diff -u -rf77769566442052f515f3d5809f30f308ff045a8 -r14980c98236ec646b19933ace1f6d95fadb52a52
--- Ringtoets/Integration/src/Ringtoets.Integration.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision f77769566442052f515f3d5809f30f308ff045a8)
+++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 14980c98236ec646b19933ace1f6d95fadb52a52)
@@ -61,7 +61,7 @@
}
///
- /// Looks up a localized string similar to &Traject toevoegen....
+ /// Looks up a localized string similar to T&raject toevoegen....
///
public static string AddAssessmentSection_DisplayName {
get {
Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/Properties/Resources.resx
===================================================================
diff -u -rf77769566442052f515f3d5809f30f308ff045a8 -r14980c98236ec646b19933ace1f6d95fadb52a52
--- Ringtoets/Integration/src/Ringtoets.Integration.Forms/Properties/Resources.resx (.../Resources.resx) (revision f77769566442052f515f3d5809f30f308ff045a8)
+++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/Properties/Resources.resx (.../Resources.resx) (revision 14980c98236ec646b19933ace1f6d95fadb52a52)
@@ -300,6 +300,6 @@
Traject toevoegen
- &Traject toevoegen...
+ T&raject toevoegen...
\ No newline at end of file
Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/ReferenceLineMetaSelectionDialog.cs
===================================================================
diff -u -r47134c6560c0c969c184ab3bd3157fb06fb4d120 -r14980c98236ec646b19933ace1f6d95fadb52a52
--- Ringtoets/Integration/src/Ringtoets.Integration.Forms/ReferenceLineMetaSelectionDialog.cs (.../ReferenceLineMetaSelectionDialog.cs) (revision 47134c6560c0c969c184ab3bd3157fb06fb4d120)
+++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/ReferenceLineMetaSelectionDialog.cs (.../ReferenceLineMetaSelectionDialog.cs) (revision 14980c98236ec646b19933ace1f6d95fadb52a52)
@@ -45,7 +45,7 @@
/// The parent of the dialog.
/// A list of the user can select.
public ReferenceLineMetaSelectionDialog(IWin32Window dialogParent, IEnumerable referenceLineMetas)
- : base(dialogParent, CommonFormsResources.SelectionDialogIcon, 403, 350)
+ : base(dialogParent, CommonFormsResources.SelectionDialogIcon, 372, 350)
{
if (referenceLineMetas == null)
{
Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/TreeNodeInfos/RingtoetsProjectTreeNodeInfoTest.cs
===================================================================
diff -u -rf77769566442052f515f3d5809f30f308ff045a8 -r14980c98236ec646b19933ace1f6d95fadb52a52
--- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/TreeNodeInfos/RingtoetsProjectTreeNodeInfoTest.cs (.../RingtoetsProjectTreeNodeInfoTest.cs) (revision f77769566442052f515f3d5809f30f308ff045a8)
+++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/TreeNodeInfos/RingtoetsProjectTreeNodeInfoTest.cs (.../RingtoetsProjectTreeNodeInfoTest.cs) (revision 14980c98236ec646b19933ace1f6d95fadb52a52)
@@ -185,7 +185,7 @@
// Call
var contextMenu = info.ContextMenuStrip(project, null, treeViewControl);
- const string expectedItemText = "&Traject toevoegen...";
+ const string expectedItemText = "T&raject toevoegen...";
const string expectedItemTooltip = "Voeg een nieuw traject toe aan het project.";
TestHelper.AssertContextMenuStripContainsItem(contextMenu, 0, expectedItemText, expectedItemTooltip, Resources.AddAssessmentSectionFolder);
}