1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-12-14 11:23:42 +02:00

Minor spelling mistake..

This commit is contained in:
Mark McDowall 2012-02-21 20:12:43 -08:00
parent b5de21552c
commit 2c44005ef5

View File

@ -9,7 +9,7 @@ namespace NzbDrone.Web.Models
public class MiscSettingsModel
{
[DisplayName("Enable Backlog Searching")]
[Description("Should NzbDrone try tp download missing episodes automatically?")]
[Description("Should NzbDrone try to download missing episodes automatically?")]
public bool EnableBacklogSearching { get; set; }
}
}