From 8fad2e0f39edb59d2e2f7fba11def1787af08c8a Mon Sep 17 00:00:00 2001 From: "j.spijker@ultimaker.com" Date: Wed, 3 Nov 2021 10:33:00 +0100 Subject: [PATCH] Changed section header for Installed Plugins As agreed with UX changed: `Installed Cura Plugins` to `Installed Plugins` Contributes to CURA-8558 --- plugins/Marketplace/LocalPackageList.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Marketplace/LocalPackageList.py b/plugins/Marketplace/LocalPackageList.py index cf81cd5dde..171751c238 100644 --- a/plugins/Marketplace/LocalPackageList.py +++ b/plugins/Marketplace/LocalPackageList.py @@ -23,7 +23,7 @@ class LocalPackageList(PackageList): PACKAGE_SECTION_HEADER = { "installed": { - "plugin": catalog.i18nc("@label:property", "Installed Cura Plugins"), + "plugin": catalog.i18nc("@label:property", "Installed Plugins"), "material": catalog.i18nc("@label:property", "Installed Materials") }, "bundled":