]> git.ipfire.org Git - collecty.git/commitdiff
cpufreq: Fix graph title
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 27 Oct 2015 00:17:41 +0000 (01:17 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 27 Oct 2015 00:17:41 +0000 (01:17 +0100)
There was an old title from the processor graph

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
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):