Fix spelling error

This commit is contained in:
Max Byszio 2022-06-14 14:43:21 +02:00 committed by GitHub
parent eb513f563e
commit ad535501c4
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));