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..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 WollMux Configuration found.\n" - + "Please setup the WollMux 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 9a84d4334..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 WollMux 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.