[Xfce4-commits] <xfce4-weather-plugin:master> Config dialog: Fix high-level clouds descriptions.

Harald Judt noreply at xfce.org
Tue Jan 29 00:00:01 CET 2013


Updating branch refs/heads/master
         to d80b715612e5972c99501e8c2d6086352709af37 (commit)
       from 0e30accad93e23a896d6e6bfa71e2ee9b503c707 (commit)

commit d80b715612e5972c99501e8c2d6086352709af37
Author: Harald Judt <h.judt at gmx.at>
Date:   Mon Jan 28 23:55:45 2013 +0100

    Config dialog: Fix high-level clouds descriptions.

 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 800938c..9c83d50 100644
--- a/panel-plugin/weather-config.c
+++ b/panel-plugin/weather-config.c
@@ -1492,11 +1492,11 @@ options_datatypes_set_tooltip(GtkWidget *optmenu)
         text = _("This reports the high-level cloud cover in percent. "
                  "According to WMO definition, high-level clouds can be found "
                  "in altitudes of 8,000 to 15,000 m (26,000 to 49,000 ft), or "
-                 "18,000 m (59,000 ft) at the equator, where temperatures "
-                 "are so low that they are mainly composed of ice crystals. "
-                 "While typically thin and white in appearance, they can be "
-                 "seen in a magnificent array of colors when the sun is low "
-                 "on the horizon.");
+                 "10,000 m-18,000 m (33,000-59,000 ft) at the equator, where "
+                 "temperatures are so low that they are mainly composed of "
+                 "ice crystals. While typically thin and white in appearance, "
+                 "they can be seen in a magnificent array of colors when the "
+                 "sun is low on the horizon.");
         break;
     case CLOUDINESS:
         text = _("Cloudiness, or cloud cover, defines the fraction of the "


More information about the Xfce4-commits mailing list