Index: Ringtoets/Integration/src/Ringtoets.Integration.Plugin/RingtoetsPlugin.cs =================================================================== diff -u -r3575dc7abc98e41eb34414aa10fd414765f54bd6 -r764f8f8001ae8de978091e9cce3f15565df03ff3 --- Ringtoets/Integration/src/Ringtoets.Integration.Plugin/RingtoetsPlugin.cs (.../RingtoetsPlugin.cs) (revision 3575dc7abc98e41eb34414aa10fd414765f54bd6) +++ Ringtoets/Integration/src/Ringtoets.Integration.Plugin/RingtoetsPlugin.cs (.../RingtoetsPlugin.cs) (revision 764f8f8001ae8de978091e9cce3f15565df03ff3) @@ -607,7 +607,7 @@ yield return new ViewInfo { - GetViewName = (view, context) => RingtoetsCommonFormsResources.CombinedAssembly, + GetViewName = (view, context) => RingtoetsCommonFormsResources.CombinedAssembly_DisplayName, Image = Resources.AssemblyResultTotal, CloseForData = CloseAssemblyResultTotalViewForData, CreateInstance = context => new AssemblyResultTotalView(context.WrappedData) @@ -720,11 +720,11 @@ yield return new ExportInfo { - Name = RingtoetsCommonFormsResources.AssemblyResult, + Name = RingtoetsCommonFormsResources.AssemblyResult_DisplayName, CreateFileExporter = (context, filePath) => new AssemblyExporter(context.WrappedData, filePath), IsEnabled = context => context.WrappedData.ReferenceLine != null, FileFilterGenerator = new FileFilterGenerator(Resources.AssemblyResult_file_filter_Extension, - RingtoetsCommonFormsResources.AssemblyResult) + RingtoetsCommonFormsResources.AssemblyResult_DisplayName) }; } @@ -1079,7 +1079,7 @@ yield return new TreeNodeInfo { - Text = context => RingtoetsCommonFormsResources.CombinedAssembly, + Text = context => RingtoetsCommonFormsResources.CombinedAssembly_DisplayName, Image = context => Resources.AssemblyResultTotal, ContextMenuStrip = (nodeData, parentData, treeViewControl) => Gui.Get(nodeData, treeViewControl) .AddOpenItem()