From 080c767aae2895d9089367c89592c83daafad697 Mon Sep 17 00:00:00 2001 From: John Reese Date: Wed, 31 Jul 2013 16:33:52 +0000 Subject: [PATCH] Update text when setting pushover service --- push.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/push.cpp b/push.cpp index 0d1e417..b1927c0 100644 --- a/push.cpp +++ b/push.cpp @@ -1076,7 +1076,7 @@ class CPushMod : public CModule } else if (value == "pushover") { - PutModule("Note: Pushover requires setting the 'secret' option"); + PutModule("Note: Pushover requires setting both the 'username' (to user key) and the 'secret' (to application api key) option"); } else if (value == "prowl") {