diff --git a/src/weather-settings.js.in b/src/weather-settings.js.in index 62a9939..746f4c4 100644 --- a/src/weather-settings.js.in +++ b/src/weather-settings.js.in @@ -470,7 +470,7 @@ WeatherSetting.prototype = this.addLabel(_("Temperature Unit")); this.addComboBox(["°C","°F"],"units"); this.addLabel(_("Position in Panel")); - this.addComboBox([_("Center"),_("Left"),_("Right")],"position_in_panel"); + this.addComboBox([_("Center"),_("Right"),_("Left")],"position_in_panel"); this.addLabel(_("Translate Conditions")); this.addSwitch("translate_condition"); this.addLabel(_("Symbolic Icons"));