From 2c5a71c2b85bce038cca91cbadef8cc1e51c9c71 Mon Sep 17 00:00:00 2001 From: Etoh Date: Sat, 19 Apr 2014 12:46:07 +0100 Subject: [PATCH] Update username tooltip --- syncplay/messages.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syncplay/messages.py b/syncplay/messages.py index 03a9406..6f099b4 100644 --- a/syncplay/messages.py +++ b/syncplay/messages.py @@ -138,7 +138,7 @@ en = { # Tooltips "host-tooltip" : "Hostname or IP to connect to, optionally including port (e.g. syncplay.pl:8999). Only synchronised with people on same server/port.", - "username-tooltip" : "Nickname you will be known by. There is no registration, so you can change this later.", + "username-tooltip" : "Nickname you will be known by. No registration, so can easily change later. Random name generated if none specified.", "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.",