From b8972ce1a7a0b269a633870bee7c7b38b56807b1 Mon Sep 17 00:00:00 2001 From: Etoh Date: Tue, 15 Oct 2013 01:03:22 +0100 Subject: [PATCH] Shorten executable path and password labels --- syncplay/messages.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/syncplay/messages.py b/syncplay/messages.py index 9ea91e9..504d933 100644 --- a/syncplay/messages.py +++ b/syncplay/messages.py @@ -103,11 +103,11 @@ en = { "connection-group-title" : "Connection settings", "host-label" : "Server address: ", "username-label" : "Username:", - "password-label" : "Server password (optional):", + "password-label" : "Server password (if any):", "room-label" : "Default room: ", "media-setting-title" : "Media player settings", - "executable-path-label" : "Path to player executable:", + "executable-path-label" : "Path to media player:", "media-path-label" : "Path to media file:", "browse-label" : "Browse", "slowdown-label" : "Slow down on desync",