From 99501cdc66733768a653280cea4059227f893f06 Mon Sep 17 00:00:00 2001 From: BigBrotherNii Date: Sat, 20 Jul 2024 21:25:25 +0200 Subject: solved issue #63 --- client/menu/setup.gd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'client/menu') diff --git a/client/menu/setup.gd b/client/menu/setup.gd index 470b0839..6c3c90cd 100644 --- a/client/menu/setup.gd +++ b/client/menu/setup.gd @@ -52,10 +52,10 @@ func _process(delta): func check(): - if username.text == "": return "Username cannot be empty" + if username.text == "": return tr("Username cannot be empty") var n = username.text.to_lower() - if n.begins_with("f") and n.ends_with("miller"): return "You cannot choose that name.\n(It's too close to your boss')" - if character == -1: return "You must select a hairstyle" + if n.begins_with("f") and n.ends_with("miller"): return tr("You cannot choose that name.\n(It's too close to your boss')") + if character == -1: return tr("You must select a hairstyle") return null func _on_sign_pressed(): -- cgit v1.2.3-70-g09d2