mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-15 00:34:08 +09:00
feat: added missing translations
This commit is contained in:
@@ -380,7 +380,7 @@ private class GPUDetails: NSView {
|
||||
num += 1
|
||||
}
|
||||
if let value = value.renderUtilization {
|
||||
let arr = keyValueRow("\(localizedString("Renderer utilization")):", "\(Int(value*100))%")
|
||||
let arr = keyValueRow("\(localizedString("Render utilization")):", "\(Int(value*100))%")
|
||||
self.renderUtilization = arr.last
|
||||
grid.addRow(with: arr)
|
||||
num += 1
|
||||
|
||||
Reference in New Issue
Block a user