From e581fc341774add543c0bbaceab10e8300deee3a Mon Sep 17 00:00:00 2001 From: Joshix-1 <57299889+Joshix-1@users.noreply.github.com> Date: Fri, 13 May 2022 21:04:06 +0000 Subject: [PATCH] improve paused at german translation (#527) --- syncplay/messages_de.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syncplay/messages_de.py b/syncplay/messages_de.py index 15a46ad..44b014b 100755 --- a/syncplay/messages_de.py +++ b/syncplay/messages_de.py @@ -23,7 +23,7 @@ de = { "slowdown-notification": "Verlangsamt wegen Zeitdifferenz mit {}", # User "revert-notification": "Normalgeschwindigkeit", - "pause-notification": "{} pausierte ({})", # User, Time - TODO: Change into format "{} paused at {}" in line with English message + "pause-notification": "{} pausierte bei {}", # User, Time "unpause-notification": "{} startete", # User "seek-notification": "{} sprang von {} nach {}", # User, from time, to time