From 7ebe4018d2b18c8dc250bedb72739b1ed266137b Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Tue, 11 Mar 2014 14:34:05 -0700 Subject: [PATCH] Added info to device id for push over --- .../Notifications/PushBullet/PushBulletSettings.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NzbDrone.Core/Notifications/PushBullet/PushBulletSettings.cs b/src/NzbDrone.Core/Notifications/PushBullet/PushBulletSettings.cs index 375590a0b..7723a81f0 100644 --- a/src/NzbDrone.Core/Notifications/PushBullet/PushBulletSettings.cs +++ b/src/NzbDrone.Core/Notifications/PushBullet/PushBulletSettings.cs @@ -22,7 +22,7 @@ namespace NzbDrone.Core.Notifications.PushBullet [FieldDefinition(0, Label = "API Key", HelpLink = "https://www.pushbullet.com/")] public String ApiKey { get; set; } - [FieldDefinition(1, Label = "Device ID")] + [FieldDefinition(1, Label = "Device ID", HelpText = "device_iden in the device's URL on pubshbullet.com")] public String DeviceId { get; set; } public bool IsValid