mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06: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
1 changed files with 1 additions and 1 deletions
|
@ -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":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue