diff --git a/components/TickDelegate.qml b/components/TickDelegate.qml index 4e9789a4..7485dcc5 100644 --- a/components/TickDelegate.qml +++ b/components/TickDelegate.qml @@ -52,7 +52,7 @@ Item { font.pixelSize: 12 * scaleRatio color: "#4A4949" text: { - if(currentIndex === 0) return qsTr("Normal") + translationManager.emptyString + if(currentIndex === 0) return qsTr("Default") + translationManager.emptyString if(currentIndex === 13) return qsTr("High") + translationManager.emptyString return "" }