lang: added missing translation (#2361)

This commit is contained in:
WinTP
2025-02-02 22:53:07 +08:00
committed by GitHub
parent d3cbf8d22c
commit 32150b24a5
41 changed files with 627 additions and 3 deletions

View File

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