lowercase 'Bytes' y-axis title

This commit is contained in:
Jordi Sanfeliu 2015-05-19 12:57:18 +02:00
parent 44534764b2
commit 308f13d842
1 changed files with 2 additions and 2 deletions

View File

@ -1183,7 +1183,7 @@ sub mail_cgi {
"--title=$config->{graphs}->{_mail4} ($tf->{nwhen}$tf->{twhen})",
"--start=-$tf->{nwhen}$tf->{twhen}",
"--imgformat=PNG",
"--vertical-label=Bytes",
"--vertical-label=bytes",
"--width=$width",
"--height=$height",
@riglim,
@ -1204,7 +1204,7 @@ sub mail_cgi {
"--title=$config->{graphs}->{_mail4} ($tf->{nwhen}$tf->{twhen})",
"--start=-$tf->{nwhen}$tf->{twhen}",
"--imgformat=PNG",
"--vertical-label=Bytes",
"--vertical-label=bytes",
"--width=$width",
"--height=$height",
@riglim,