]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
graphs.pl: Standardize localization strings for entropy graphs
authorMatthias Fischer <matthias.fischer@ipfire.org>
Sat, 22 Aug 2020 22:01:17 +0000 (00:01 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sat, 19 Sep 2020 19:21:53 +0000 (19:21 +0000)
Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
config/cfgroot/graphs.pl

index 6abaacd7d0bc8bd92a31957b086a0a6c8e97ba41..04f038be179e1fe6bc1fd9643209065818820440 100644 (file)
@@ -1143,7 +1143,7 @@ sub updateentropygraph {
                "-1".$period,
                "-r",
                "--lower-limit","0",
-               "-t $Lang::tr{'entropy'}",
+               "-t ".$Lang::tr{'entropy'}." ".$Lang::tr{'graph per'}." ".$Lang::tr{$period."-graph"},
                "-v $Lang::tr{'bit'}",
                "DEF:entropy=$mainsettings{'RRDLOG'}/collectd/localhost/entropy/entropy.rrd:entropy:AVERAGE",
                "LINE3:entropy#ff0000:" . sprintf("%-15s", $Lang::tr{'entropy'}),