diff --git a/resources/qml/Preferences/GeneralPage.qml b/resources/qml/Preferences/GeneralPage.qml index 86dc3886a9..f727af5a10 100644 --- a/resources/qml/Preferences/GeneralPage.qml +++ b/resources/qml/Preferences/GeneralPage.qml @@ -91,12 +91,12 @@ UM.PreferencesPage Component.onCompleted: { append({ text: "English", code: "en" }) + append({ text: "Deutsch", code: "de" }) + append({ text: "Español", code: "es" }) append({ text: "Suomi", code: "fi" }) append({ text: "Français", code: "fr" }) - append({ text: "Deutsch", code: "de" }) append({ text: "Italiano", code: "it" }) append({ text: "Nederlands", code: "nl" }) - append({ text: "Español", code: "es" }) append({ text: "Türkçe", code: "tr" }) } }