value=g_strdup_printf(_("\tTemperature, wind, atmosphere and cloud data apply to:\n\t%s\n"),point);
APPEND_TEXT_ITEM_REAL(value);
start_tm=localtime(&conditions->start);
strftime(interval_start,80,"%c",start_tm);
end_tm=localtime(&conditions->end);
strftime(interval_end,80,"%c",end_tm);
value=g_strdup_printf(_("\n\tPrecipitation and the weather symbol have been calculated\n\tfor the following time interval:\n\tStart:\t%s\n\tEnd:\t%s\n"),