From c2610a47af30a369f68e5b16a9e7694bc9226971 Mon Sep 17 00:00:00 2001 From: Et0h Date: Mon, 26 May 2014 13:42:15 +0100 Subject: [PATCH] Minor message fixes --- syncplay/messages.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/syncplay/messages.py b/syncplay/messages.py index 5a486f2..24a0f7e 100644 --- a/syncplay/messages.py +++ b/syncplay/messages.py @@ -192,7 +192,7 @@ en = { "play-tooltip" : "Unpause media.", "pause-tooltip" : "Pause media.", "undoseek-tooltip" : "Seek to where you were before the most recent seek.", - "joinroom-tooltip" : "Leave current room and joins specified room", + "joinroom-tooltip" : "Leave current room and joins specified room.", "seektime-tooltip" : "Jump to specified time (in seconds / min:sec). Use +/- for relative seek.", # In-userlist notes (GUI) @@ -230,8 +230,7 @@ en = { "password-required-server-error" : "Password required", "wrong-password-server-error" : "Wrong password supplied", "hello-server-error" : "Not enough Hello arguments", - "version-mismatch-server-error" : "Mismatch between versions of client and server", - "wrong-password-server-error" : "Wrong password supplied" + "version-mismatch-server-error" : "Mismatch between versions of client and server" }