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 hardware graphs (ACPI) Date: Mon, 24 Aug 2020 15:08:43 +0100 Message-ID: In-Reply-To: <20200822215900.1472-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4590643943287626188==" List-Id: --===============4590643943287626188== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Michael Tremer > On 22 Aug 2020, at 22:59, 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 9531a0e37..de306710e 100644 > --- a/config/cfgroot/graphs.pl > +++ b/config/cfgroot/graphs.pl > @@ -1088,7 +1088,7 @@ sub updatethermaltempgraph { > "--start", > "-1".$period, > "-r", > - "-t "."ACPI Thermal-Zone Temperature"." - ".$Lang::tr{$period."-graph"}, > + "-t "."ACPI Thermal-Zone Temperature"." ".$Lang::tr{'graph per'}." ".$La= ng::tr{$period."-graph"}, Can we have the ACPI Thermal Zone part translated, too? Maybe in a separate p= atch? -Michael > "-v Grad Celsius", > "--color=3DSHADEA".$color{"color19"}, > "--color=3DSHADEB".$color{"color19"}, > --=20 > 2.17.1 >=20 --===============4590643943287626188==--