# HG changeset patch # User Matti Hamalainen # Date 1411585046 -10800 # Node ID 1b58c4a28a79ab252ba604a1845e3cdac8fa901a # Parent f3f2363d8686844dad056d337cd0f37f16e9ac17 More adjustments. diff -r f3f2363d8686 -r 1b58c4a28a79 weather.tcl --- a/weather.tcl Wed Sep 24 21:50:57 2014 +0300 +++ b/weather.tcl Wed Sep 24 21:57:26 2014 +0300 @@ -201,7 +201,7 @@ set str "\002[lindex $udata 0]\002, mitattu klo [weather_ctime [lindex $udata 2]]: \002[lindex $udata 3]°C\002" append str [weather_item $udata 5 ", @@"] append str [weather_item $udata 6 ", kosteus \002@@%\002"] - append str [weather_item $udata 7 ", \002@@\002"] + append str [weather_item $udata 7 ", keli @@"] append str [weather_item $udata 4 ", tien pinta @@°C"] return "${str}." }