From c523b6272bcd95dd3dbd64d52b0380d3e74033ce Mon Sep 17 00:00:00 2001 From: Etoh Date: Sat, 4 May 2013 18:55:17 +0200 Subject: [PATCH] Add VLC version mismatch message text to messages.py --- syncplay/messages.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/syncplay/messages.py b/syncplay/messages.py index 2b66e6b..2a61251 100644 --- a/syncplay/messages.py +++ b/syncplay/messages.py @@ -49,6 +49,8 @@ en = { "commandlist-notification/help" : "\th - this help", "syncplay-version-notification" : "Syncplay version: {}", #syncplay.version "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 # Client prompts "enter-to-exit-prompt" : "Press enter to exit\n",