[Xfce4-commits] <xfce4-weather-plugin:master> Config dialog: Rename atmospheric pressure to barometric pressure.

Harald Judt noreply at xfce.org
Tue Jan 22 19:24:01 CET 2013


Updating branch refs/heads/master
         to 4b7fac4eefb206e6937f55fb764f6bd25b3732f7 (commit)
       from 8fba78189557d56a41bfb6443ef4b9d7b96ef8c8 (commit)

commit 4b7fac4eefb206e6937f55fb764f6bd25b3732f7
Author: Harald Judt <h.judt at gmx.at>
Date:   Tue Jan 22 19:21:21 2013 +0100

    Config dialog: Rename atmospheric pressure to barometric pressure.

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

diff --git a/panel-plugin/weather-config.c b/panel-plugin/weather-config.c
index 3a8c209..20e14a2 100644
--- a/panel-plugin/weather-config.c
+++ b/panel-plugin/weather-config.c
@@ -928,7 +928,7 @@ create_units_page(xfceweather_dialog *dialog)
 
     /* atmospheric pressure */
     hbox = gtk_hbox_new(FALSE, BORDER);
-    ADD_LABEL(_("Atmospheric _pressure:"), sg_label);
+    ADD_LABEL(_("Barometric _pressure:"), sg_label);
     ADD_COMBO(dialog->combo_unit_pressure);
     ADD_COMBO_VALUE(dialog->combo_unit_pressure,
                     _("Hectopascals (hPa)"));


More information about the Xfce4-commits mailing list