From fa4b297a47accb3661d9a4141d945ce4ce91ef13 Mon Sep 17 00:00:00 2001 From: Edita Kizinevic Date: Wed, 21 Dec 2022 14:22:36 +0100 Subject: [PATCH] Update number of message --- wwwroot/cgi-bin/awstats.pl | 4 ++-- wwwroot/cgi-bin/lang/awstats-en.txt | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/wwwroot/cgi-bin/awstats.pl b/wwwroot/cgi-bin/awstats.pl index 470e6b4f..6529311e 100755 --- a/wwwroot/cgi-bin/awstats.pl +++ b/wwwroot/cgi-bin/awstats.pl @@ -10543,7 +10543,7 @@ sub HTMLMenu{ if ($ShowRequestTimesStats) { print( $frame? "" : "" ); print -"$Message[187]"; +"$Message[188]"; print ($frame? "\n" : "   " ); } if ($ShowFileTypesStats && $LevelForFileTypesDetection > 0) { @@ -11136,7 +11136,7 @@ sub HTMLMainRequestTime{ if ($periodo) { $request_frequency_average = $number_of_requests / $periodo;} else { $request_frequency_average = 0}; print "$Center 
\n"; - my $title = "$Message[187]"; + my $title = "$Message[188]"; &tab_head($title, 19, 0, 'requesttimes'); my $Totals = 0; my $average_s = 0; diff --git a/wwwroot/cgi-bin/lang/awstats-en.txt b/wwwroot/cgi-bin/lang/awstats-en.txt index 7155aae3..02e9e34a 100644 --- a/wwwroot/cgi-bin/lang/awstats-en.txt +++ b/wwwroot/cgi-bin/lang/awstats-en.txt @@ -188,4 +188,5 @@ message183=Period message184=s message185=Request average frequency [/s] message186=Request size -message187=Request time +message187=Hour +message188=Request time -- 2.47.3