From daa4c8e7b2e0404c3eacc75891bfbba9f7d8c743 Mon Sep 17 00:00:00 2001 From: Et0h Date: Sat, 29 Dec 2012 21:02:06 +0000 Subject: [PATCH] messages.py - Fix comment (user->file) --- syncplay/messages.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/syncplay/messages.py b/syncplay/messages.py index 5a96723..d51190e 100644 --- a/syncplay/messages.py +++ b/syncplay/messages.py @@ -27,7 +27,7 @@ en = { "file-differences-notification" : "Your file differs in the following way(s): ", "different-filesize-notification" : " (their file size is different from yours!)", - "file-played-by-notification" : "File: {} is being played by:", #User + "file-played-by-notification" : "File: {} is being played by:", #File "notplaying-notification" : "People who are not playing any file:", "userlist-room-notification" : "In room '{}':", #Room @@ -65,7 +65,7 @@ pl = { "file-differences-notification" : "Twój plik różni się następującymi parametrami: ", "different-filesize-notification" : " (inny rozmiar pliku!)", - "file-played-by-notification" : "Plik: {} jest odtwarzany przez:", #User + "file-played-by-notification" : "Plik: {} jest odtwarzany przez:", #File "notplaying-notification" : "Osoby, które nie odtwarzają żadnych plików:", "userlist-room-notification" : "W pokoju '{}':", #Room # Client prompts