diff --git a/src/app/SettingsPage.qml b/src/app/SettingsPage.qml --- a/src/app/SettingsPage.qml +++ b/src/app/SettingsPage.qml @@ -55,6 +55,7 @@ QQC2.Label { Layout.columnSpan: 2 Layout.fillWidth: true + wrapMode: Text.WordWrap text: i18n("Showing weather forecasts will query online services.") visible: !weatherSwitch.checked }