]> git.ipfire.org Git - collecty.git/blobdiff - src/collecty/plugins/cpufreq.py
cpufreq: Fix graph title
[collecty.git] / src / collecty / plugins / cpufreq.py
index 00f6b87c11a81b3d2c9805bf91fcce3cf230c9e5..4bce86045f1a37025ae083987571da3e3c99f608 100644 (file)
@@ -34,7 +34,7 @@ class GraphTemplateCPUFreq(base.GraphTemplate):
        @property
        def graph_title(self):
                _ = self.locale.translate
-               return _("CPU usage")
+               return _("Processor Frequencies")
 
        @property
        def graph_vertical_label(self):