Change process widget name to processes

This commit is contained in:
Caleb Bassi 2018-05-10 23:51:50 -07:00
parent f959128281
commit da6f6d28f4

View File

@ -47,7 +47,7 @@ func NewProc(keyPressed chan bool) *Proc {
group: true,
KeyPressed: keyPressed,
}
self.Label = "Process List"
self.Label = "Processes"
self.ColResizer = self.ColResize
self.DefaultColWidths = []int{5, 10, 4, 4}
self.ColWidths = make([]int, 4)