From 5478a4b1bd29d2a30afc8f91bc7e35a7ea2ca8fa Mon Sep 17 00:00:00 2001 From: DerGenaue Date: Mon, 12 May 2014 17:18:40 +0200 Subject: [PATCH] Update messages.py --- syncplay/messages.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syncplay/messages.py b/syncplay/messages.py index d4e7ae4..5bcaa1b 100644 --- a/syncplay/messages.py +++ b/syncplay/messages.py @@ -4,7 +4,7 @@ en = { # Client notifications "relative-config-notification" : "Loaded relative configuration file(s): {}", - # Abelda + "connection-attempt-notification" : "Attempting to connect to {}:{}", # Port, IP "reconnection-attempt-notification" : "Connection with server lost, attempting to reconnect", "disconnection-notification" : "Disconnected from server",