From e5511af34b39e47519bbafa5593e62cf7c74c6e7 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Sat, 18 May 2013 02:27:00 +0000 Subject: [PATCH] forgot one upper case --- inxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"