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.",