diff --git a/syncplay/messages.py b/syncplay/messages.py index aee0f99..450a074 100755 --- a/syncplay/messages.py +++ b/syncplay/messages.py @@ -34,7 +34,7 @@ en = { "playing-notification/room-addendum" : " in room: '{}'", # Room "user-ready-notification" : "<{}> I'm ready", # Username - "user-not-ready-notification" : "<{}> I'm ready", # Username + "user-not-ready-notification" : "<{}> I'm not ready", # Username "identifying-as-controller-notification" : u"Identifying as room controller with password '{}'...", "failed-to-identify-as-controller-notification" : u"<{}> failed to identify as a room controller.",