summaryrefslogtreecommitdiff
path: root/client/menu/setup.gd
diff options
context:
space:
mode:
Diffstat (limited to 'client/menu/setup.gd')
-rw-r--r--client/menu/setup.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/menu/setup.gd b/client/menu/setup.gd
index 580902da..38aa66be 100644
--- a/client/menu/setup.gd
+++ b/client/menu/setup.gd
@@ -55,7 +55,7 @@ func _process(delta):
func check():
if username.text == "": return tr("c.error.empty_username")
var n = username.text.to_lower()
- if character == -1: return tr("You must select a hairstyle")
+ if character == -1: return tr("c.error.select_hairstyle")
return null
func _on_sign_pressed():