diff --git a/inxi b/inxi index cce9bb2..66f0cb1 100755 --- a/inxi +++ b/inxi @@ -10704,7 +10704,7 @@ print_weather_data() if [[ $B_EXTRA_DATA == 'true' && -n ${a_location[8]} ]];then time_zone=" (${a_location[8]})" fi - time_string="$pressure${C1}time$SEP3${C2}$local_time$time_zone" + time_string="$pressure${C1}Time$SEP3${C2}$local_time$time_zone" if [[ $B_EXTRA_DATA != 'true' ]];then weather_data="$weather_string $time_string"