From 311e29df44cdc0a4225ae9d1447d357b3aeca398 Mon Sep 17 00:00:00 2001 From: Etoh Date: Sun, 27 Oct 2013 18:01:46 +0000 Subject: [PATCH] Improved pauseonleave messages --- syncplay/messages.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/syncplay/messages.py b/syncplay/messages.py index f6e73aa..6208c00 100644 --- a/syncplay/messages.py +++ b/syncplay/messages.py @@ -123,7 +123,7 @@ en = { "filename-privacy-label" : "Filename information:", "filesize-privacy-label" : "File size information:", "slowdown-label" : "Slow down on desync", - "pauseonleave-label" : "Pause when user leaves room", + "pauseonleave-label" : "Pause when user leaves", "rewind-label" : "Rewind on major desync (highly recommended)", "alwayshow-label" : "Always show this dialog", "donotstore-label" : "Do not store this configuration", @@ -154,7 +154,7 @@ en = { "privacy-sendhashed-tooltip" : "Send a hashed version of the information, making it less visible to other clients.", "privacy-dontsend-tooltip" : "Do not send this information to the server. This provides for maximum privacy.", "slowdown-tooltip" : "Reduce playback rate temporarily when needed to bring you back in sync with other viewers.", - "pauseonleave-tooltip" : "Pause playback if you get disconnected or someone leaves the room you are in.", + "pauseonleave-tooltip" : "Pause playback if you get disconnected or someone leaves from your room.", "rewind-tooltip" : "Jump back when needed to get back in sync. Recommended.", "alwayshow-tooltip" : "Configuration dialogue is always shown, even when opening a file with Syncplay.", "donotstore-tooltip" : "Run Syncplay with the given configuration, but do not permanently store the changes.",