mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 23:53:56 -06:00
Don't translate Cura name
This commit is contained in:
parent
1f3f2cf198
commit
9865bdac70
1 changed files with 1 additions and 1 deletions
|
@ -632,7 +632,7 @@ UM.PreferencesPage
|
||||||
id: navigationStylesList
|
id: navigationStylesList
|
||||||
Component.onCompleted:
|
Component.onCompleted:
|
||||||
{
|
{
|
||||||
append({ text: catalog.i18n("Cura"), code: "cura" })
|
append({ text: "Cura", code: "cura" })
|
||||||
append({ text: catalog.i18n("FreeCAD trackpad"), code: "freecad_trackpad" })
|
append({ text: catalog.i18n("FreeCAD trackpad"), code: "freecad_trackpad" })
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue