[Xfce4-commits] <xfce4-weather-plugin:master> Remove unused variable and fix text in forecast details tab.

Harald Judt noreply at xfce.org
Fri Jul 13 16:50:28 CEST 2012


Updating branch refs/heads/master
         to c9999de4802c3d15c9ca9a19ece14859d1403d5f (commit)
       from 8436eb11880c07487c9b34e8eb00f91aa78e7735 (commit)

commit c9999de4802c3d15c9ca9a19ece14859d1403d5f
Author: Harald Judt <h.judt at gmx.at>
Date:   Fri Jul 13 16:33:55 2012 +0200

    Remove unused variable and fix text in forecast details tab.

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

diff --git a/panel-plugin/weather-summary.c b/panel-plugin/weather-summary.c
index 21f265d..0f5a841 100644
--- a/panel-plugin/weather-summary.c
+++ b/panel-plugin/weather-summary.c
@@ -296,7 +296,7 @@ create_summary_tab (xfceweather_data *data)
   APPEND_TEXT_ITEM_REAL (value);
 
   value = g_strdup_printf (_("\n\tInterval data provides icon, description and precipitation,"
-                             "\n\twhile point data supplies the rest.\n"), point);
+                             "\n\twhile the remaining information originates from point data.\n"));
   APPEND_TEXT_ITEM_REAL (value);
 
 


More information about the Xfce4-commits mailing list