From 68f619d3afbc090de613243c68a919431a4b86dc Mon Sep 17 00:00:00 2001 From: Etoh Date: Sat, 3 May 2014 21:07:38 +0100 Subject: [PATCH] Change slowdownwithme label --- syncplay/messages.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syncplay/messages.py b/syncplay/messages.py index 89f1cef..8230fc9 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", - "dontslowwithme-label" : "Never slow down others on my account", + "dontslowwithme-label" : "Never slow down or rewind others", "pauseonleave-label" : "Pause when user leaves", "rewind-label" : "Rewind on major desync (highly recommended)", "alwayshow-label" : "Always show this dialog",