diff --git a/ScreenPlay/qml/Settings/Settings.qml b/ScreenPlay/qml/Settings/Settings.qml index 00c1eac9..8a2379a3 100644 --- a/ScreenPlay/qml/Settings/Settings.qml +++ b/ScreenPlay/qml/Settings/Settings.qml @@ -193,11 +193,11 @@ Item { "value": Settings.Pt_BR, "text": "Portuguese (Brazil)" }, { - "value": Settings.Tr_TR, - "text": "Turkish" + "value": Settings.Tr_TR, + "text": "Turkish" }, { - "value": Settings.Nl_NL, - "text": "Dutch" + "value": Settings.Nl_NL, + "text": "Dutch" }] onActivated: { ScreenPlay.settings.setLanguage(settingsLanguage.comboBox.currentValue);