mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Fix i18n catalog for per-object settings panel
Turns out that all of these had not been working properly for a while. Contributes to issue CURA-7344.
This commit is contained in:
parent
020f66b245
commit
f38ae5bb96
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ Item
|
|||
UM.ActiveTool.setProperty("MeshType", type)
|
||||
}
|
||||
|
||||
UM.I18nCatalog { id: catalog; name: "uranium"}
|
||||
UM.I18nCatalog { id: catalog; name: "cura"}
|
||||
|
||||
Column
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue