1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-17 21:26:22 -04:00

rephrase wording

This commit is contained in:
Devin Buhl
2017-01-24 13:47:44 -05:00
parent a75f3e1f8e
commit 95d97c59d7

View File

@@ -30,7 +30,7 @@ namespace NzbDrone.Core.NetImport.CouchPotato
[FieldDefinition(3, Label = "CouchPotato API Key", HelpText = "CoouchPootato API Key.")]
public string ApiKey { get; set; }
[FieldDefinition(4, Label = "Only Active", HelpText = "Should only active (not yet downloaded) movies be fetched", Type = FieldType.Checkbox)]
[FieldDefinition(4, Label = "Only Wanted", HelpText = "Only add wanted movies.", Type = FieldType.Checkbox)]
public bool OnlyActive { get; set; }
}