]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - config/cfgroot/graphs.pl
graphs.pl: Standardize localization strings for entropy graphs
[people/pmueller/ipfire-2.x.git] / config / cfgroot / graphs.pl
index 6abaacd7d0bc8bd92a31957b086a0a6c8e97ba41..04f038be179e1fe6bc1fd9643209065818820440 100644 (file)
@@ -1143,7 +1143,7 @@ sub updateentropygraph {
                "-1".$period,
                "-r",
                "--lower-limit","0",
-               "-t $Lang::tr{'entropy'}",
+               "-t ".$Lang::tr{'entropy'}." ".$Lang::tr{'graph per'}." ".$Lang::tr{$period."-graph"},
                "-v $Lang::tr{'bit'}",
                "DEF:entropy=$mainsettings{'RRDLOG'}/collectd/localhost/entropy/entropy.rrd:entropy:AVERAGE",
                "LINE3:entropy#ff0000:" . sprintf("%-15s", $Lang::tr{'entropy'}),