diff --git a/syncplay/messages.py b/syncplay/messages.py index 2b66e6ba7..2a612510d 100644 --- a/syncplay/messages.py +++ b/syncplay/messages.py @@ -49,6 +49,8 @@ "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",