Bug 113780 - add information about last update that kweather has done
Summary: add information about last update that kweather has done
Status: RESOLVED FIXED
Alias: None
Product: kweather-kde3
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: geiseri
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-03 15:35 UTC by richlv
Modified: 2007-02-24 14:04 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description richlv 2005-10-03 15:35:08 UTC
Version:            (using KDE KDE 3.4.2)

in weather report details a line "last updated <date> <time>" is shown. as i understand, this is information when weather service has last updated information itself, not the last time kweather has updated information.

this is pretty much unclear, so it should be worded better and additionally information about last time kweather itself looked for a new information added (at first i was forcing it to update again and again and wondering why 'last updated' did not change :) )
Comment 1 Martin Koller 2007-02-24 14:04:34 UTC
SVN commit 636851 by mkoller:

BUG: 113780

Don't display "Last updated on ..." but "Latest data from ..." to make it clear
that the weather data is from the given time, and not only fetched at
this time.


 M  +1 -1      reportview.cpp  


--- branches/KDE/3.5/kdetoys/kweather/reportview.cpp #636850:636851
@@ -125,7 +125,7 @@
     "</b></div>\n";
 
     if ( ! date.isEmpty() )
-      contents += "<div class=\"headerMsg\"><b>" + i18n( "Last updated on %1" ).arg(date) + "</b></div>\n";
+      contents += "<div class=\"headerMsg\"><b>" + i18n( "Latest data from %1" ).arg(date) + "</b></div>\n";
 
     contents += QString(
     "<table><tr><td width=\"60\" style=\"text-align: center; border: dotted %1 1px;\">"