diff --git a/README.md b/README.md index 48d2508e..b4d4da56 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Stats is an application that allows you to monitor your macOS system. - Türkçe (thanks to [yusufozgul](https://github.com/yusufozgul)) - Korean (thanks to [escapeanaemia](https://github.com/escapeanaemia)) - German (thanks to [natterstefan](https://github.com/natterstefan)) -- 中文 (繁體) (thanks to [iamch15542](https://github.com/iamch15542)) +- 中文 (繁體) (thanks to [iamch15542](https://github.com/iamch15542) and [jrthsr700tmax](https://github.com/jrthsr700tmax)) - Spanish (thanks to [jcconca](https://github.com/jcconca)) - Vietnamese (thanks to [xuandung38](https://github.com/xuandung38)) - French (thanks to [RomainLt](https://github.com/RomainLt)) @@ -52,6 +52,7 @@ Stats is an application that allows you to monitor your macOS system. - 日本語 (thanks to [treastrain](https://github.com/treastrain)) - Portuguese (Portugal) (thanks to [AdamModus](https://github.com/AdamModus)) - Czech (thanks to [mpl75](https://github.com/mpl75)) +- Magyar (thanks to [moriczr](https://github.com/moriczr)) You can help by adding a new language or improve existing translation. diff --git a/Stats/Views/Settings.swift b/Stats/Views/Settings.swift index 1f5c6008..2d1882b1 100644 --- a/Stats/Views/Settings.swift +++ b/Stats/Views/Settings.swift @@ -143,7 +143,7 @@ private class SettingsView: NSView { self.navigationView.addSubview(self.makeButton(4, title: LocalizedString("Open application settings"), image: "settings", action: #selector(openSettings))) self.navigationView.addSubview(self.makeButton(3, title: LocalizedString("Report a bug"), image: "bug", action: #selector(reportBug))) - self.navigationView.addSubview(self.makeButton(2, title: LocalizedString("Support app"), image: "donate", action: #selector(donate))) + self.navigationView.addSubview(self.makeButton(2, title: LocalizedString("Support the application"), image: "donate", action: #selector(donate))) self.navigationView.addSubview(self.makeButton(1, title: LocalizedString("Close application"), image: "power", action: #selector(closeApp))) self.mainView.frame = NSRect(