tiny change, no version number change, new tarball: changed the second 'Weather:' in the first line to: Conditions: The redundancy

looked a bit odd, but for maintainers, it's not an issue, there will be an actual release later in a week or so with resorted weather 
data probably, we'll see.
This commit is contained in:
inxi-svn 2013-05-21 02:41:40 +00:00
parent 4c8d81372a
commit c27514aa58

2
inxi
View file

@ -10735,7 +10735,7 @@ print_weather_data()
pressure="${C1}Pressure$SEP3${C2} ${a_weather[6]} "
fi
fi
weather_string="${C1}Weather$SEP3${C2} $temp$weather$winds$humidity"
weather_string="${C1}Conditions$SEP3${C2} $temp$weather$winds$humidity"
if [[ -n ${a_weather[1]} ]];then
local_time=" ${a_weather[1]}"