From: Michael Tremer Date: Tue, 27 Oct 2015 00:17:41 +0000 (+0100) Subject: cpufreq: Fix graph title X-Git-Tag: 004~16 X-Git-Url: http://git.ipfire.org/?p=collecty.git;a=commitdiff_plain;h=af1e821b2aedddce6e2f8eabcfbdd290bbf28107 cpufreq: Fix graph title There was an old title from the processor graph Signed-off-by: Michael Tremer --- diff --git a/src/collecty/plugins/cpufreq.py b/src/collecty/plugins/cpufreq.py index 00f6b87..4bce860 100644 --- a/src/collecty/plugins/cpufreq.py +++ b/src/collecty/plugins/cpufreq.py @@ -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):