Browse Source

Don't translate Cura name

Erwan MATHIEU 1 year ago
parent
commit
9865bdac70
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/qml/Preferences/GeneralPage.qml

+ 1 - 1
resources/qml/Preferences/GeneralPage.qml

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