diff --git a/src/extension.js b/src/extension.js index 10dc631..a2891cd 100644 --- a/src/extension.js +++ b/src/extension.js @@ -1152,7 +1152,7 @@ const OpenweatherMenuButton = new Lang.Class({ }, rebuildCurrentWeatherUi: function() { - this._weatherInfo.text = _('Loading current weather ...'); + this._weatherInfo.text = _(' '); this._weatherIcon.icon_name = 'view-refresh' + this.getIconType(); this.destroyCurrentWeather();