lang: changed Life to Health in the Disk popup view

This commit is contained in:
Serhiy Mytrovtsiy
2023-06-13 22:13:10 +02:00
parent bc34a39b86
commit e5c5a39226

View File

@@ -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)