From 0d72f0aa7026dd4ba75c5e2e1d11c226aba70e2b Mon Sep 17 00:00:00 2001 From: Etoh Date: Tue, 25 Jun 2013 17:47:10 +0200 Subject: [PATCH] Add Syncplay interface version mismatch message --- syncplay/messages.py | 1 + 1 file changed, 1 insertion(+) diff --git a/syncplay/messages.py b/syncplay/messages.py index 485876f..4a8aab0 100644 --- a/syncplay/messages.py +++ b/syncplay/messages.py @@ -51,6 +51,7 @@ en = { "more-info-notification" : "More info available at: {}", #projectURL "vlc-version-mismatch": "Warning: You are running VLC version {}, but Syncplay is designed to run on VLC {} and above\n", # VLC version, VLC min version + "vlc-interface-version-mismatch": "Warning: You are running Syncplay version {} of the Syncplay interface module for VLC, but Syncplay is designed to run with version {} and above\n", # VLC interface version, VLC interface min version # Client prompts "enter-to-exit-prompt" : "Press enter to exit\n",