Fix kelvin in comment

yahoo_weather
Neroth 13 years ago
parent cc41703670
commit bfa1e64d20
  1. 2
      src/extension.js

@ -872,7 +872,7 @@ WeatherMenuButton.prototype = {
this._weatherInfo.text = weatherInfoC + ((weatherInfoC)?" ":"") + weatherInfoT;
this._currentWeatherSummary.text = comment + ", " + weather_c.temp + ' ' + this.unit_to_unicode();
this._currentWeatherSummary.text = comment + ", " + temperature + ' ' + this.unit_to_unicode();
this._currentWeatherLocation.text = location;
this._currentWeatherTemperature.text = chill + ' ' + this.unit_to_unicode();
this._currentWeatherHumidity.text = humidity;

Loading…
Cancel
Save