From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] graphs.pl: Standardize localization strings for entropy graphs Date: Mon, 24 Aug 2020 15:08:07 +0100 Message-ID: <9A293E4A-7389-4728-B370-ADA726108BC0@ipfire.org> In-Reply-To: <20200822220117.1613-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1087748942999497575==" List-Id: --===============1087748942999497575== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Michael Tremer > On 22 Aug 2020, at 23:01, Matthias Fischer = wrote: >=20 > Signed-off-by: Matthias Fischer > --- > config/cfgroot/graphs.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > 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{$per= iod."-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 >=20 --===============1087748942999497575==--