From fc9084443ba9c4fbf8d0756b759b7b94ab636dd8 Mon Sep 17 00:00:00 2001 From: Neroth Date: Tue, 31 Jan 2012 00:22:32 +0100 Subject: [PATCH] Fix position in panel --- src/weather-settings.js.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"));