summaryrefslogtreecommitdiffstats
path: root/widgets/cpu.go
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/cpu.go')
-rw-r--r--widgets/cpu.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/cpu.go b/widgets/cpu.go
index 2924884..9983a10 100644
--- a/widgets/cpu.go
+++ b/widgets/cpu.go
@@ -35,7 +35,7 @@ func NewCPUWidget(updateInterval time.Duration, horizontalScale int, showAverage
average: ewma.NewMovingAverage(),
}
self.LabelStyles[AVRG] = termui.ModifierBold
- self.Title = " CPU Usage "
+ self.Title = tr.Value("widget.label.cpu")
self.HorizontalScale = horizontalScale
if !(self.ShowAverageLoad || self.ShowPerCPULoad) {