Fix typos

buit-in -> built-in
broswer -> browser
This commit is contained in:
Tor Houghton
2026-01-31 22:19:53 +01:00
committed by GitHub
parent 443d1f64ca
commit b2eef18217

View File

@@ -342,7 +342,7 @@ namespace LibationFileManager
[Description("Automatically run periodic scans in the background?")]
public bool AutoScan { get => GetNonString(defaultValue: true); set => SetNonString(value); }
[Description("Use Libation's buit-in web broswer to log into Audible?")]
[Description("Use Libation's built-in web browser to log into Audible?")]
public bool UseWebView { get => GetNonString(defaultValue: true); set => SetNonString(value); }
[Description("Auto download books? After scan, download new books in 'checked' accounts.")]