From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] graphs.pl: Standardize localization strings for entropy graphs Date: Sun, 23 Aug 2020 00:01:17 +0200 Message-ID: <20200822220117.1613-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0952788469603669387==" List-Id: --===============0952788469603669387== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Matthias Fischer --- config/cfgroot/graphs.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/cfgroot/graphs.pl b/config/cfgroot/graphs.pl index de306710e..9b310d458 100644 --- a/config/cfgroot/graphs.pl +++ b/config/cfgroot/graphs.pl @@ -1142,7 +1142,7 @@ sub updateentropygraph { "-1".$period, "-r", "--lower-limit","0", - "-t $Lang::tr{'entropy'}", + "-t ".$Lang::tr{'entropy'}." ".$Lang::tr{'graph per'}." ".$Lang::tr{$perio= d."-graph"}, "-v $Lang::tr{'bit'}", "DEF:entropy=3D$mainsettings{'RRDLOG'}/collectd/localhost/entropy/entropy.= rrd:entropy:AVERAGE", "LINE3:entropy#ff0000:" . sprintf("%-15s", $Lang::tr{'entropy'}), --=20 2.17.1 --===============0952788469603669387==--