[Xfce4-commits] <xfce4-weather-plugin:master> Enhance text for interval start and end times in details tab.
Harald Judt
noreply at xfce.org
Fri Jul 13 16:50:30 CEST 2012
Updating branch refs/heads/master
to 36027941ba905476f9f1ae97fa74630ae2a8b08c (commit)
from 33f29c400130d190e6fd72d3e746dd1a85c75cdd (commit)
commit 36027941ba905476f9f1ae97fa74630ae2a8b08c
Author: Harald Judt <h.judt at gmx.at>
Date: Fri Jul 13 16:41:11 2012 +0200
Enhance text for interval start and end times in 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 266516c..d4d73ab 100644
--- a/panel-plugin/weather-summary.c
+++ b/panel-plugin/weather-summary.c
@@ -290,7 +290,7 @@ create_summary_tab (xfceweather_data *data)
strftime (interval_start, 80, "%c", start);
end = localtime(&conditions->end);
strftime (interval_end, 80, "%c", end);
- value = g_strdup_printf (_("\n\tInterval data applies to:\n\t%s\n\t%s\n"),
+ value = g_strdup_printf (_("\n\tInterval data applies to:\n\tStart:\t%s\n\tEnd:\t%s\n"),
interval_start,
interval_end);
APPEND_TEXT_ITEM_REAL (value);
More information about the Xfce4-commits
mailing list