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