feat: update README.md

fix: `Support app` -> `Support the application`
This commit is contained in:
Serhiy Mytrovtsiy
2021-01-24 13:23:39 +01:00
parent 9e4ab36093
commit fec31c2a2c
2 changed files with 3 additions and 2 deletions

View File

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

View File

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