[Xfce4-commits] <xfce4-weather-plugin:master> Config dialog: Add symbol to temperature units.

Harald Judt noreply at xfce.org
Sat Jan 5 12:04:19 CET 2013


Updating branch refs/heads/master
         to 8f7bcc6011c3ebbcd24d4bf5b8e04c910d58fe4d (commit)
       from 86132c6bbac9d8d8ce169c0e16e2ab4e34e2b6f9 (commit)

commit 8f7bcc6011c3ebbcd24d4bf5b8e04c910d58fe4d
Author: Harald Judt <h.judt at gmx.at>
Date:   Fri Jan 4 23:14:39 2013 +0100

    Config dialog: Add symbol to temperature units.

 panel-plugin/weather-config.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/panel-plugin/weather-config.c b/panel-plugin/weather-config.c
index 8b4b198..6c5edae 100644
--- a/panel-plugin/weather-config.c
+++ b/panel-plugin/weather-config.c
@@ -701,8 +701,8 @@ create_units_page(xfceweather_dialog *dialog)
     hbox = gtk_hbox_new(FALSE, BORDER);
     ADD_LABEL(_("_Temperature:"), sg_label);
     ADD_COMBO(dialog->combo_unit_temperature);
-    ADD_COMBO_VALUE(dialog->combo_unit_temperature, _("Celcius"));
-    ADD_COMBO_VALUE(dialog->combo_unit_temperature, _("Fahrenheit"));
+    ADD_COMBO_VALUE(dialog->combo_unit_temperature, _("Celcius (°C)"));
+    ADD_COMBO_VALUE(dialog->combo_unit_temperature, _("Fahrenheit (°F)"));
     gtk_box_pack_start(GTK_BOX(vbox), hbox, FALSE, FALSE, BORDER);
 
     /* atmospheric pressure */


More information about the Xfce4-commits mailing list