Don't translate Cura name

This commit is contained in:
Erwan MATHIEU 2024-03-11 11:55:18 +01:00
parent 1f3f2cf198
commit 9865bdac70

View File

@ -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" })
}
}