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