From d027da14308ac3c13da8b8fbb2cf05d566bc3356 Mon Sep 17 00:00:00 2001 From: John Maxwell Date: Wed, 4 Feb 2026 08:30:16 -0800 Subject: [PATCH 1/2] More fixes to LT-22398: Change view to layout --- Src/xWorks/DictionaryConfigMgrDlg.resx | 4 ++-- .../DictionaryConfigurationController.cs | 5 +++++ .../DictionaryConfigurationImportDlg.resx | 4 ++-- Src/xWorks/UploadToWebonaryDlg.resx | 2 +- Src/xWorks/XmlDocConfigureDlg.resx | 6 +++--- Src/xWorks/xWorksStrings.Designer.cs | 18 ++++++++++++++++++ Src/xWorks/xWorksStrings.resx | 7 +++++++ 7 files changed, 38 insertions(+), 8 deletions(-) diff --git a/Src/xWorks/DictionaryConfigMgrDlg.resx b/Src/xWorks/DictionaryConfigMgrDlg.resx index b66e72cf44..a01ce70fe2 100644 --- a/Src/xWorks/DictionaryConfigMgrDlg.resx +++ b/Src/xWorks/DictionaryConfigMgrDlg.resx @@ -253,7 +253,7 @@ 1 - Select a view to rename, copy or delete it. + Select a layout to rename, copy or delete it. m_dlgText @@ -373,7 +373,7 @@ 477, 335 - Manage {0} Views + Manage {0} Layouts DictionaryConfigMgrDlg diff --git a/Src/xWorks/DictionaryConfigurationController.cs b/Src/xWorks/DictionaryConfigurationController.cs index 354f2de100..d5bd9135de 100644 --- a/Src/xWorks/DictionaryConfigurationController.cs +++ b/Src/xWorks/DictionaryConfigurationController.cs @@ -546,6 +546,11 @@ private void SetManagerTypeInfo(DictionaryConfigurationManagerDlg dialog) dialog.Text = xWorksStrings.ReversalIndexConfigurationDlgTitle; dialog.ConfigurationGroupText = xWorksStrings.DictionaryConfigurationMangager_ReversalConfigurations_GroupLabel; } + if (DictionaryConfigurationListener.GetDictionaryConfigurationBaseType(_propertyTable) == xWorksStrings.ClassifiedDictionary) + { + dialog.Text = xWorksStrings.ClassifiedDictionaryConfigurationDlgTitle; + dialog.ConfigurationGroupText = xWorksStrings.DictionaryConfigurationMangager_ClassifiedConfigurations_GroupLabel; + } } public void SelectModelFromManager(DictionaryConfigurationModel model) diff --git a/Src/xWorks/DictionaryConfigurationImportDlg.resx b/Src/xWorks/DictionaryConfigurationImportDlg.resx index 0446c1761b..659c8a12e5 100644 --- a/Src/xWorks/DictionaryConfigurationImportDlg.resx +++ b/Src/xWorks/DictionaryConfigurationImportDlg.resx @@ -1,4 +1,4 @@ - +