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)