From fcd926fed61b3ebbb0b088a1667acfec19e6cebf Mon Sep 17 00:00:00 2001 From: Etoh Date: Sat, 22 Feb 2014 10:23:05 +0000 Subject: [PATCH] MPV should be lower case in tooltip --- syncplay/messages.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/syncplay/messages.py b/syncplay/messages.py index 8571cf4..e7c3187 100644 --- a/syncplay/messages.py +++ b/syncplay/messages.py @@ -144,8 +144,8 @@ en = { "password-tooltip" : "Passwords are only needed for connecting to private servers.", "room-tooltip" : "Room to join upon connection can be almost anything, but you will only be synchronised with people in the same room.", - "executable-path-tooltip" : "Location of your chosen supported media player (MPC-HC, VLC, mplayer2 or MPV).", - "media-path-tooltip" : "Location of video or stream to be opened. Necessary for MPV and mplayer2.", + "executable-path-tooltip" : "Location of your chosen supported media player (MPC-HC, VLC, mplayer2 or mpv).", + "media-path-tooltip" : "Location of video or stream to be opened. Necessary for mpv and mplayer2.", "more-tooltip" : "Display less frequently used settings.", "mal-username-tooltip" : "Your MyAnimeList username. Note: MAL support is experimental!",