- rename History to Usage history

This commit is contained in:
Serhiy Mytrovtsiy
2020-08-13 16:38:31 +02:00
parent 919f7a2007
commit beec19ceff
2 changed files with 2 additions and 2 deletions

View File

@@ -82,7 +82,7 @@ internal class Popup: NSView {
private func initChart() {
let y: CGFloat = self.frame.height - self.dashboardHeight - Constants.Popup.separatorHeight
let separator = SeparatorView("History", origin: NSPoint(x: 0, y: y), width: self.frame.width)
let separator = SeparatorView("Usage history", origin: NSPoint(x: 0, y: y), width: self.frame.width)
self.addSubview(separator)
let view: NSView = NSView(frame: NSRect(x: 0, y: y - self.chartHeight, width: self.frame.width, height: self.chartHeight))

View File

@@ -71,7 +71,7 @@ internal class Popup: NSView {
private func initChart() {
let y: CGFloat = self.frame.height - self.dashboardHeight - Constants.Popup.separatorHeight
let separator = SeparatorView("History", origin: NSPoint(x: 0, y: y), width: self.frame.width)
let separator = SeparatorView("Usage history", origin: NSPoint(x: 0, y: y), width: self.frame.width)
self.addSubview(separator)
let view: NSView = NSView(frame: NSRect(x: 0, y: y - self.chartHeight, width: self.frame.width, height: self.chartHeight))