Index: Ringtoets/Integration/src/Ringtoets.Integration.Plugin/Properties/Resources.Designer.cs
===================================================================
diff -u -r4d38df69c95e64608027c29e7259bfaf4a068727 -r42ccb27c17f0f563790a5e209b8cb91dcd26c60b
--- Ringtoets/Integration/src/Ringtoets.Integration.Plugin/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 4d38df69c95e64608027c29e7259bfaf4a068727)
+++ Ringtoets/Integration/src/Ringtoets.Integration.Plugin/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 42ccb27c17f0f563790a5e209b8cb91dcd26c60b)
@@ -147,7 +147,7 @@
}
///
- /// Looks up a localized string similar to Gecombineerd totaaloordeel.
+ /// Looks up a localized string similar to Gecombineerd toetsoordeel.
///
public static string AssemblyResultTotal_DisplayName {
get {
Index: Ringtoets/Integration/src/Ringtoets.Integration.Plugin/Properties/Resources.resx
===================================================================
diff -u -r4d38df69c95e64608027c29e7259bfaf4a068727 -r42ccb27c17f0f563790a5e209b8cb91dcd26c60b
--- Ringtoets/Integration/src/Ringtoets.Integration.Plugin/Properties/Resources.resx (.../Resources.resx) (revision 4d38df69c95e64608027c29e7259bfaf4a068727)
+++ Ringtoets/Integration/src/Ringtoets.Integration.Plugin/Properties/Resources.resx (.../Resources.resx) (revision 42ccb27c17f0f563790a5e209b8cb91dcd26c60b)
@@ -183,7 +183,7 @@
..\Resources\AssemblyResultTotal.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
- Gecombineerd totaaloordeel
+ Gecombineerd toetsoordeel
Er zijn geen trajecten gevonden die samengevoegd kunnen worden.
Index: Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/AssemblyResultTotalContextTreeNodeInfoTest.cs
===================================================================
diff -u -r9dbf7bccb39f8f0516c34a816cdec5ad669d440f -r42ccb27c17f0f563790a5e209b8cb91dcd26c60b
--- Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/AssemblyResultTotalContextTreeNodeInfoTest.cs (.../AssemblyResultTotalContextTreeNodeInfoTest.cs) (revision 9dbf7bccb39f8f0516c34a816cdec5ad669d440f)
+++ Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/AssemblyResultTotalContextTreeNodeInfoTest.cs (.../AssemblyResultTotalContextTreeNodeInfoTest.cs) (revision 42ccb27c17f0f563790a5e209b8cb91dcd26c60b)
@@ -80,7 +80,7 @@
string text = info.Text(null);
// Assert
- Assert.AreEqual("Gecombineerd totaaloordeel", text);
+ Assert.AreEqual("Gecombineerd toetsoordeel", text);
}
}
Index: Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/ViewInfos/AssemblyResultTotalViewInfoTest.cs
===================================================================
diff -u -ra0a4e562a35b80812564d9755592c7142cf025c2 -r42ccb27c17f0f563790a5e209b8cb91dcd26c60b
--- Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/ViewInfos/AssemblyResultTotalViewInfoTest.cs (.../AssemblyResultTotalViewInfoTest.cs) (revision a0a4e562a35b80812564d9755592c7142cf025c2)
+++ Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/ViewInfos/AssemblyResultTotalViewInfoTest.cs (.../AssemblyResultTotalViewInfoTest.cs) (revision 42ccb27c17f0f563790a5e209b8cb91dcd26c60b)
@@ -82,7 +82,7 @@
string viewName = info.GetViewName(null, null);
// Assert
- Assert.AreEqual("Gecombineerd totaaloordeel", viewName);
+ Assert.AreEqual("Gecombineerd toetsoordeel", viewName);
}
[Test]