mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -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
|
||||
Component.onCompleted:
|
||||
{
|
||||
append({ text: catalog.i18n("Cura"), code: "cura" })
|
||||
append({ text: "Cura", code: "cura" })
|
||||
append({ text: catalog.i18n("FreeCAD trackpad"), code: "freecad_trackpad" })
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue