From d3be1f0917134f9e68faedda3a7380fb38a00ac7 Mon Sep 17 00:00:00 2001 From: Et0h Date: Sat, 6 Dec 2014 19:39:12 +0000 Subject: [PATCH] Fix not-ready message --- syncplay/messages.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.",