Removed indexer tooltips

This commit is contained in:
Mark McDowall
2013-05-29 00:06:25 -07:00
parent af6e3ddb66
commit 0bc2d4814c
4 changed files with 7 additions and 7 deletions
@@ -5,10 +5,10 @@ namespace NzbDrone.Core.Indexers.Newznab
{
public class NewznabSettings : IIndexerSetting
{
[FieldDefinition(0, Label = "URL", HelpText = "NewzNab Host Url")]
[FieldDefinition(0, Label = "URL")]
public String Url { get; set; }
[FieldDefinition(1, Label = "API Key", HelpText = "Your API Key")]
[FieldDefinition(1, Label = "API Key")]
public String ApiKey { get; set; }
public bool IsValid