mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
lang: added translation for chart duration
This commit is contained in:
@@ -489,7 +489,7 @@ internal class Popup: PopupWrapper {
|
||||
))
|
||||
|
||||
view.addArrangedSubview(selectSettingsRow(
|
||||
title: localizedString("Chart history"),
|
||||
title: localizedString("Chart duration"),
|
||||
action: #selector(self.toggleLineChartHistory),
|
||||
items: LineChartHistory,
|
||||
selected: "\(self.lineChartHistory)"
|
||||
|
||||
@@ -310,7 +310,7 @@ internal class Popup: PopupWrapper {
|
||||
))
|
||||
|
||||
view.addArrangedSubview(selectSettingsRow(
|
||||
title: localizedString("Chart history"),
|
||||
title: localizedString("Chart duration"),
|
||||
action: #selector(self.toggleLineChartHistory),
|
||||
items: LineChartHistory,
|
||||
selected: "\(self.lineChartHistory)"
|
||||
|
||||
Reference in New Issue
Block a user