From b2eef1821771ce34937b6e5091bbc40dc5ba298e Mon Sep 17 00:00:00 2001 From: Tor Houghton Date: Sat, 31 Jan 2026 22:19:53 +0100 Subject: [PATCH] Fix typos buit-in -> built-in broswer -> browser --- Source/LibationFileManager/Configuration.PersistentSettings.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/LibationFileManager/Configuration.PersistentSettings.cs b/Source/LibationFileManager/Configuration.PersistentSettings.cs index fca131d6..95bf701c 100644 --- a/Source/LibationFileManager/Configuration.PersistentSettings.cs +++ b/Source/LibationFileManager/Configuration.PersistentSettings.cs @@ -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.")]