From fe57784ba9437a55c18eebf89a614c4f58cc5e87 Mon Sep 17 00:00:00 2001 From: kanishka-linux Date: Sat, 30 Jun 2018 17:54:34 +0530 Subject: [PATCH] modify notify message --- kawaii_player/thread_modules.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kawaii_player/thread_modules.py b/kawaii_player/thread_modules.py index 9a2e3003..5093e199 100644 --- a/kawaii_player/thread_modules.py +++ b/kawaii_player/thread_modules.py @@ -1496,7 +1496,7 @@ def run(self): msg_val = '' if ui.discover_slaves: notifymsg = ('Started Process of Discovering. Make sure that\ - other slave-server is broadcasting itself') + Slave is broadcasting itself') else: notifymsg = 'Started Process of Discovering' notifymsg = re.sub(' +', ' ', notifymsg)