From 06afbd6a9be520b18adbaaebef8048b394a8cc98 Mon Sep 17 00:00:00 2001 From: Arky Date: Thu, 16 Jul 2015 19:29:35 +0700 Subject: [PATCH] Remove 'Loading weather ...' placeholder text. When working offline, I rather would have a loading icon instead of 'Loading weather ...' info text. --- src/extension.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/extension.js b/src/extension.js index 5616c0d..13eb10b 100644 --- a/src/extension.js +++ b/src/extension.js @@ -1146,7 +1146,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();