mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-26 16:22:02 +08:00
Don't translate Cura name
This commit is contained in:
parent
1f3f2cf198
commit
9865bdac70
@ -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…
x
Reference in New Issue
Block a user