Bug 113780

Summary: add information about last update that kweather has done
Product: [Applications] kweather-kde3 Reporter: richlv
Component: generalAssignee: geiseri
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

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;\">"