Merge pull request #274 from maaximal/spelling

Fix spelling error
This commit is contained in:
rmcrackan 2022-06-14 09:16:05 -04:00 committed by GitHub
commit d8375454b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -268,7 +268,7 @@ namespace LibationFileManager
} }
} }
[Description("Auto download episodes? Efter scan, download new books in 'checked' accounts.")] [Description("Auto download episodes? After scan, download new books in 'checked' accounts.")]
public bool AutoDownloadEpisodes public bool AutoDownloadEpisodes
{ {
get => persistentDictionary.GetNonString<bool>(nameof(AutoDownloadEpisodes)); get => persistentDictionary.GetNonString<bool>(nameof(AutoDownloadEpisodes));