mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-15 00:34:08 +09:00
lang: adjusted new words and added missing translations
This commit is contained in:
@@ -134,7 +134,7 @@ class ApplicationSettings: NSStackView {
|
||||
),
|
||||
PreferencesRow(
|
||||
localizedString("Import settings"),
|
||||
component: buttonView(#selector(self.importSettings), text: localizedString("Browse"))
|
||||
component: buttonView(#selector(self.importSettings), text: localizedString("Choose file"))
|
||||
),
|
||||
PreferencesRow(
|
||||
localizedString("Reset settings"),
|
||||
|
||||
@@ -72,7 +72,7 @@ class SettingsWindow: NSWindow, NSWindowDelegate, NSToolbarDelegate {
|
||||
self.contentViewController = sidebarViewController
|
||||
self.titlebarAppearsTransparent = true
|
||||
self.backgroundColor = .clear
|
||||
// self.positionCenter()
|
||||
self.positionCenter()
|
||||
self.setIsVisible(false)
|
||||
|
||||
let windowController = NSWindowController()
|
||||
|
||||
Reference in New Issue
Block a user