aboutsummaryrefslogtreecommitdiff
path: root/client/menu/play.gd
diff options
context:
space:
mode:
Diffstat (limited to 'client/menu/play.gd')
-rw-r--r--client/menu/play.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/menu/play.gd b/client/menu/play.gd
index 5af71219..7ef60bea 100644
--- a/client/menu/play.gd
+++ b/client/menu/play.gd
@@ -41,7 +41,7 @@ func _ready():
super()
if not Global.get_profile("registry_asked"):
var popup_data := MenuPopup.Data.new()
- popup_data.text = tr("c.play.allow_query_registry")
+ popup_data.text = tr("c.menu.play.allow_query_registry").format([Global.get_setting("online.registry_url")])
var allow_button := Button.new()
allow_button.text = tr("c.menu.accept")
var deny_button := Button.new()