Do not translate empty strings.

merge-requests/218/head
Jens Lody 9 years ago
parent 266f87650e
commit 57d9d661ef
  1. 2
      src/extension.js

@ -1220,7 +1220,7 @@ const OpenweatherMenuButton = new Lang.Class({
},
rebuildCurrentWeatherUi: function() {
this._weatherInfo.text = _(' ');
this._weatherInfo.text = (' ');
this._weatherIcon.icon_name = 'view-refresh' + this.getIconType();
this.destroyCurrentWeather();

Loading…
Cancel
Save