Reviewed-by: Michael Tremer > On 22 Aug 2020, at 22:59, Matthias Fischer wrote: > > 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"}, Can we have the ACPI Thermal Zone part translated, too? Maybe in a separate patch? -Michael > "-v Grad Celsius", > "--color=SHADEA".$color{"color19"}, > "--color=SHADEB".$color{"color19"}, > -- > 2.17.1 >