From 633743b520f88e7d90be4d1fb60a79d77561571d Mon Sep 17 00:00:00 2001 From: Sreejit Date: Mon, 11 Sep 2023 13:07:25 +0530 Subject: [PATCH 1/3] Update WollMuxSidebarContent.java Change wollmux to lots in the sidebar ui --- .../org/libreoffice/lots/sidebar/WollMuxSidebarContent.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/main/java/org/libreoffice/lots/sidebar/WollMuxSidebarContent.java b/core/src/main/java/org/libreoffice/lots/sidebar/WollMuxSidebarContent.java index 671989aa7..3aa09259c 100644 --- a/core/src/main/java/org/libreoffice/lots/sidebar/WollMuxSidebarContent.java +++ b/core/src/main/java/org/libreoffice/lots/sidebar/WollMuxSidebarContent.java @@ -253,8 +253,8 @@ public void windowResized(WindowEvent e) if (WollMuxSingleton.getInstance().isNoConfig()) { - String text = L.m("No WollMux Configuration found.\n" - + "Please setup the WollMux Configuration\n" + String text = L.m("No LOTS Configuration found.\n" + + "Please setup the LOTS Configuration\n" + "as described on the WollMux website"); XControl txt = GuiFactory.createLabel(xMCF, context, text, new Rectangle(5, 15, 10, 80), null); controlContainer.addControl("txt", txt); From 25b8c0e626284e199bb166f44896f06e1d71c820 Mon Sep 17 00:00:00 2001 From: Sreejit Date: Mon, 11 Sep 2023 13:12:02 +0530 Subject: [PATCH 2/3] Update component_en.txt Changes wollmux to lots in UI --- oxt/src/main/oxt/help/component_en.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oxt/src/main/oxt/help/component_en.txt b/oxt/src/main/oxt/help/component_en.txt index 9a84d4334..d8c714d5d 100644 --- a/oxt/src/main/oxt/help/component_en.txt +++ b/oxt/src/main/oxt/help/component_en.txt @@ -1,4 +1,4 @@ -The WollMux extension consists of four main components: +The LOTS extension consists of four main components: a letter head system, a form system, a text module system and assistance for paper based workflows. From 7b3220a65d4a83d0784544332cc67f3a913738c4 Mon Sep 17 00:00:00 2001 From: Sreejit Date: Mon, 11 Sep 2023 17:53:26 +0530 Subject: [PATCH 3/3] Replace lots with its full name --- .../org/libreoffice/lots/sidebar/WollMuxSidebarContent.java | 4 ++-- oxt/src/main/oxt/help/component_en.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/src/main/java/org/libreoffice/lots/sidebar/WollMuxSidebarContent.java b/core/src/main/java/org/libreoffice/lots/sidebar/WollMuxSidebarContent.java index 3aa09259c..7904884f6 100644 --- a/core/src/main/java/org/libreoffice/lots/sidebar/WollMuxSidebarContent.java +++ b/core/src/main/java/org/libreoffice/lots/sidebar/WollMuxSidebarContent.java @@ -253,8 +253,8 @@ public void windowResized(WindowEvent e) if (WollMuxSingleton.getInstance().isNoConfig()) { - String text = L.m("No LOTS Configuration found.\n" - + "Please setup the LOTS Configuration\n" + String text = L.m("No LibreOffice Template System Configuration found.\n" + + "Please setup the LibreOffice Template System Configuration\n" + "as described on the WollMux website"); XControl txt = GuiFactory.createLabel(xMCF, context, text, new Rectangle(5, 15, 10, 80), null); controlContainer.addControl("txt", txt); diff --git a/oxt/src/main/oxt/help/component_en.txt b/oxt/src/main/oxt/help/component_en.txt index d8c714d5d..52e8f2d64 100644 --- a/oxt/src/main/oxt/help/component_en.txt +++ b/oxt/src/main/oxt/help/component_en.txt @@ -1,4 +1,4 @@ -The LOTS extension consists of four main components: +The LibreOffice Template System extension consists of four main components: a letter head system, a form system, a text module system and assistance for paper based workflows.