From: Matthias Fischer Date: Sat, 22 Aug 2020 22:01:17 +0000 (+0200) Subject: graphs.pl: Standardize localization strings for entropy graphs X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2bba65094799e87b2e04c543edd1b0dbd16d8578;p=people%2Fms%2Fipfire-2.x.git graphs.pl: Standardize localization strings for entropy graphs Signed-off-by: Matthias Fischer Reviewed-by: Michael Tremer Signed-off-by: Arne Fitzenreiter --- diff --git a/config/cfgroot/graphs.pl b/config/cfgroot/graphs.pl index 6abaacd7d0..04f038be17 100644 --- a/config/cfgroot/graphs.pl +++ b/config/cfgroot/graphs.pl @@ -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'}),