From e99e8d9e108e5124943f3a07d35e04088c97fcc3 Mon Sep 17 00:00:00 2001 From: Etoh Date: Fri, 18 Apr 2014 13:34:10 +0100 Subject: [PATCH] Add relative-config-notification message --- syncplay/messages.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/syncplay/messages.py b/syncplay/messages.py index 4a58f00..9f29701 100644 --- a/syncplay/messages.py +++ b/syncplay/messages.py @@ -3,6 +3,8 @@ en = { # Client notifications + "relative-config-notification" : "Loaded relative configuration file(s): {}", + "connection-attempt-notification" : "Attempting to connect to {}:{}", # Port, IP "reconnection-attempt-notification" : "Connection with server lost, attempting to reconnect", "disconnection-notification" : "Disconnected from server",