Changed section header for Installed Plugins

As agreed with UX changed: `Installed Cura Plugins` to `Installed Plugins`

Contributes to CURA-8558
This commit is contained in:
j.spijker@ultimaker.com 2021-11-03 10:33:00 +01:00 committed by Jelle Spijker
parent 5db6e50dee
commit 8fad2e0f39
No known key found for this signature in database
GPG key ID: 6662DC033BE6B99A

View file

@ -23,7 +23,7 @@ class LocalPackageList(PackageList):
PACKAGE_SECTION_HEADER = { PACKAGE_SECTION_HEADER = {
"installed": "installed":
{ {
"plugin": catalog.i18nc("@label:property", "Installed Cura Plugins"), "plugin": catalog.i18nc("@label:property", "Installed Plugins"),
"material": catalog.i18nc("@label:property", "Installed Materials") "material": catalog.i18nc("@label:property", "Installed Materials")
}, },
"bundled": "bundled":