From: Edita Kizinevic Date: Wed, 21 Dec 2022 13:22:36 +0000 (+0100) Subject: Update number of message X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa4b297a47accb3661d9a4141d945ce4ce91ef13;p=thirdparty%2FAWStats.git Update number of message --- 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