From 1ee6933393aff5bb9ea95131528d2906fcb2914c Mon Sep 17 00:00:00 2001 From: Etoh Date: Tue, 25 Jun 2013 17:56:12 +0200 Subject: [PATCH] Improve Syncplay interface version mismatch message --- syncplay/messages.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syncplay/messages.py b/syncplay/messages.py index 4a8aab0..404640e 100644 --- a/syncplay/messages.py +++ b/syncplay/messages.py @@ -51,7 +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 + "vlc-interface-version-mismatch": "Warning: You are running 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",