diff --git a/Applite/Views/App Views/AppView.swift b/Applite/Views/App Views/AppView.swift index 28bce53..b34f6e4 100755 --- a/Applite/Views/App Views/AppView.swift +++ b/Applite/Views/App Views/AppView.swift @@ -321,7 +321,7 @@ struct AppView: View { .font(.system(size: 14)) .buttonStyle(.bordered) .clipShape(Capsule()) - .alert("App coundn't be located", isPresented: $appNotFoundShowing) { + .alert("App couldn't be located", isPresented: $appNotFoundShowing) { Button("OK", role: .cancel) { } } diff --git a/Applite/Views/Commands.swift b/Applite/Views/Commands.swift index 9c79cbd..dd961a9 100755 --- a/Applite/Views/Commands.swift +++ b/Applite/Views/Commands.swift @@ -53,7 +53,7 @@ struct CommandsMenu: Commands { CommandGroup(replacing: .help) { Link("Website", destination: URL(string: "https://aerolite.dev/applite")!) Link("Troubleshooting", destination: URL(string: "https://aerolite.dev/applite/troubleshooting.html")!) - Link("Github", destination: URL(string: "https://github.com/milanvarady/Applite")!) + Link("GitHub", destination: URL(string: "https://github.com/milanvarady/Applite")!) Link("Discord", destination: URL(string: "https://discord.gg/ZgB6pRE8Qx")!) } } diff --git a/Applite/Views/Detail Views/BrewManagementView.swift b/Applite/Views/Detail Views/BrewManagementView.swift index a569f90..f2443fd 100755 --- a/Applite/Views/Detail Views/BrewManagementView.swift +++ b/Applite/Views/Detail Views/BrewManagementView.swift @@ -223,7 +223,7 @@ struct BrewManagementView: View { Label(isAppBrewInstalled ? "Reinstall Homebrew" : "Install Separate Brew", systemImage: "wrench.and.screwdriver") } .disabled(modifyingBrew) - .confirmationDialog("Are you sure you wan't to \(isAppBrewInstalled ? "re" : "")install Homebrew?", isPresented: $isPresentingReinstallConfirm) { + .confirmationDialog("Are you sure you want to \(isAppBrewInstalled ? "re" : "")install Homebrew?", isPresented: $isPresentingReinstallConfirm) { Button("Yes") { withAnimation { modifyingBrew = true diff --git a/Applite/Views/Detail Views/DownloadView.swift b/Applite/Views/Detail Views/DownloadView.swift index 3eaab11..f639636 100755 --- a/Applite/Views/Detail Views/DownloadView.swift +++ b/Applite/Views/Detail Views/DownloadView.swift @@ -61,7 +61,7 @@ struct DownloadView: View { Label("Turn off few downloads filter", systemImage: "slider.horizontal.2.square.on.square") } .bigButton() - .help("Apps with few downloads are hidden, consider turning of this filter") + .help("Apps with few downloads are hidden, consider turning off this filter") } } .frame(maxWidth: 800) diff --git a/Localizable.xcstrings b/Localizable.xcstrings index 1abbfd2..42bf83a 100644 --- a/Localizable.xcstrings +++ b/Localizable.xcstrings @@ -707,7 +707,7 @@ } } }, - "App coundn't be located" : { + "App couldn't be located" : { "localizations" : { "fr" : { "stringUnit" : { @@ -903,7 +903,7 @@ } } }, - "Apps with few downloads are hidden, consider turning of this filter" : { + "Apps with few downloads are hidden, consider turning off this filter" : { "localizations" : { "fr" : { "stringUnit" : { @@ -914,7 +914,7 @@ "hu" : { "stringUnit" : { "state" : "translated", - "value" : "A kevés letöltéssel rendelkező alkalmazások el vannak rejtve. Fontolja meg ennek a szűrőnek a kikapcsolását." + "value" : "A kevés letöltéssel rendelkező alkalmazások el vannak rejtve. Fontolja meg ennek a szűrőnek a kikapcsolását" } }, "zh-Hans" : { @@ -931,12 +931,12 @@ } } }, - "Are you sure you wan't to %@install Homebrew?" : { + "Are you sure you want to %@install Homebrew?" : { "localizations" : { "fr" : { "stringUnit" : { "state" : "translated", - "value" : "Voulez-vous vraiment %@installer Homebrew ?" + "value" : "Voulez-vous vraiment %@installer Homebrew?" } }, "hu" : { @@ -954,7 +954,7 @@ "zh-HK" : { "stringUnit" : { "state" : "translated", - "value" : "您確定不想%@install Homebrew 嗎?" + "value" : "您確定不想 %@install Homebrew 嗎?" } } } @@ -2378,24 +2378,24 @@ } } }, - "Github" : { + "GitHub" : { "localizations" : { "fr" : { "stringUnit" : { "state" : "translated", - "value" : "" + "value" : "GitHub" } }, "hu" : { "stringUnit" : { "state" : "translated", - "value" : "" + "value" : "GitHub" } }, "zh-Hans" : { "stringUnit" : { "state" : "translated", - "value" : "Github" + "value" : "GitHub" } }, "zh-HK" : {