mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 15:15:56 +08:00
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:
parent
5db6e50dee
commit
8fad2e0f39
@ -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":
|
||||||
|
Loading…
x
Reference in New Issue
Block a user