[Xfce4-commits] <xfce4-weather-plugin:master> Config dialog: Fix missing word in PSI unit description.

Harald Judt noreply at xfce.org
Mon Jan 28 15:06:01 CET 2013


Updating branch refs/heads/master
         to 6813230cb47cd23c015b93873ded6c270327883e (commit)
       from 963eb052c1152ece45107504519e28eeaedc792a (commit)

commit 6813230cb47cd23c015b93873ded6c270327883e
Author: Harald Judt <h.judt at gmx.at>
Date:   Mon Jan 28 15:03:43 2013 +0100

    Config dialog: Fix missing word in PSI unit description.

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

diff --git a/panel-plugin/weather-config.c b/panel-plugin/weather-config.c
index 355c781..800938c 100644
--- a/panel-plugin/weather-config.c
+++ b/panel-plugin/weather-config.c
@@ -652,11 +652,11 @@ combo_unit_pressure_set_tooltip(GtkWidget *combo)
     case PSI:
         text = _("The pound per square inch is a unit of pressure based on "
                  "avoirdupois units (a system of weights based on a pound of "
-                 "16 ounces) and the pressure resulting from a force of one "
-                 "pound-force applied to an area of one square inch. It is "
-                 "used in the United States and to varying degrees in "
-                 "everyday life in Canada, the United Kingdom and maybe "
-                 "some former British Colonies.");
+                 "16 ounces) and defined as the pressure resulting from a "
+                 "force of one pound-force applied to an area of one square "
+                 "inch. It is used in the United States and to varying "
+                 "degrees in everyday life in Canada, the United Kingdom and "
+                 "maybe some former British Colonies.");
         break;
     case TORR:
         text = _("The torr unit was named after the physicist and "


More information about the Xfce4-commits mailing list