Skip to content

Commit

Permalink
modify notify message
Browse files Browse the repository at this point in the history
  • Loading branch information
kanishka-linux committed Jun 30, 2018
1 parent 27428cf commit fe57784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kawaii_player/thread_modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit fe57784

Please sign in to comment.