diff --git a/shell/applets/WeatherApplet.qml b/shell/applets/WeatherApplet.qml index 9cd5ad2..2c716a8 100644 --- a/shell/applets/WeatherApplet.qml +++ b/shell/applets/WeatherApplet.qml @@ -26,7 +26,7 @@ Column { Text { width: parent.width - 24 anchors.horizontalCenter: parent.horizontalCenter - text: S.WeatherService.tooltip + text: S.WeatherService.tooltip.replace(/\n/g, "
") textFormat: Text.RichText color: S.Theme.base05 font.pixelSize: S.Theme.fontSize - 2