]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Update awstats.pl
authorStefan Berger <stefan@berger.net>
Mon, 21 Mar 2022 11:33:27 +0000 (12:33 +0100)
committerGitHub <noreply@github.com>
Mon, 21 Mar 2022 11:33:27 +0000 (12:33 +0100)
wwwroot/cgi-bin/awstats.pl

index 7ec6c421f6e2fa01fc1afd929992c1185c912153..6d663201354fbcdf6aac4bcc4186cae4a262d2c6 100755 (executable)
@@ -10124,13 +10124,13 @@ sub HTMLTopBanner{
                        print "<select class=\"aws_formfield\" name=\"databasebreak\">\n";
                        print "<option"
                          . ( $DatabaseBreak eq "month" ? " selected=\"selected\"" : "" )
-                         . " value=\"month\">Monthly</option>\n";
+                         . " value=\"month\">$Message[5]</option>\n";
                        print "<option"
                          . ( $DatabaseBreak eq "day" ? " selected=\"selected\"" : "" )
-                         . " value=\"day\">Daily</option>\n";
+                         . " value=\"day\">$Message[4]</option>\n";
                        print "<option"
                          . ( $DatabaseBreak eq "hour" ? " selected=\"selected\"" : "" )
-                         . " value=\"hour\">Hourly</option>\n";
+                         . " value=\"hour\">$Message[187]</option>\n";
                        print "</select>\n";
 
                        print "<select class=\"aws_formfield\" name=\"month\">\n";