mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-15 00:34:08 +09:00
lang: changed Life to Health in the Disk popup view
This commit is contained in:
@@ -646,7 +646,7 @@ internal class LifeView: NSStackView {
|
||||
|
||||
let title = TextView()
|
||||
title.font = NSFont.systemFont(ofSize: 11, weight: .light)
|
||||
title.stringValue = "\(localizedString("Life")):"
|
||||
title.stringValue = "\(localizedString("Health")):"
|
||||
title.cell?.truncatesLastVisibleLine = true
|
||||
|
||||
self.field.font = NSFont.systemFont(ofSize: 11, weight: .regular)
|
||||
|
||||
Reference in New Issue
Block a user