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 hardware graphs (ACPI) Date: Sat, 22 Aug 2020 23:59:00 +0200 Message-ID: <20200822215900.1472-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8035079227034917747==" List-Id: --===============8035079227034917747== 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 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'}." ".$Lang= ::tr{$period."-graph"}, "-v Grad Celsius", "--color=3DSHADEA".$color{"color19"}, "--color=3DSHADEB".$color{"color19"}, --=20 2.17.1 --===============8035079227034917747==--