From 9b9e31f54c76581592e4c429076a64c3252137e3 Mon Sep 17 00:00:00 2001 From: aboron Date: Fri, 8 Jul 2016 11:44:14 -0400 Subject: [PATCH] Improved configuration help text wording. --- plexpy/notifiers.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plexpy/notifiers.py b/plexpy/notifiers.py index 0c5f4346..b44110de 100644 --- a/plexpy/notifiers.py +++ b/plexpy/notifiers.py @@ -2820,10 +2820,10 @@ class HIPCHAT(object): ' may use any valid Hipchat message color value.', 'input_type': 'text' }, - {'label': 'Prefix emoticon', + {'label': 'Hipchat emoticon', 'value': self.incl_emoticon, 'name': 'hipchat_incl_emoticon', - 'description': 'Include an emoticon tag at the beginning of all notifications.' + 'description': 'Include an emoticon tag at the beginning of all notifications. Leave blank for none.' ' Use a stock emoticon or create a custom emoticon' ' here.', 'input_type': 'text'