mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-15 00:34:08 +09:00
lang: added missing translation (#2361)
This commit is contained in:
@@ -141,7 +141,7 @@ class SettingsWindow: NSWindow, NSWindowDelegate, NSToolbarDelegate {
|
||||
self.toggleButton = toggleBtn
|
||||
|
||||
let toolbarItem = NSToolbarItem(itemIdentifier: itemIdentifier)
|
||||
toolbarItem.toolTip = "Toggle the module"
|
||||
toolbarItem.toolTip = localizedString("Toggle the module")
|
||||
toolbarItem.view = toggleBtn
|
||||
|
||||
return toolbarItem
|
||||
|
||||
Reference in New Issue
Block a user