From bfd8dcc2821265dffadf28d02e2fd200873b3659 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Fri, 20 Sep 2024 00:49:27 +0200 Subject: forgot one --- client/menu/popup_message/popup_message.gd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client') diff --git a/client/menu/popup_message/popup_message.gd b/client/menu/popup_message/popup_message.gd index 6413a887..3e479b17 100644 --- a/client/menu/popup_message/popup_message.gd +++ b/client/menu/popup_message/popup_message.gd @@ -210,14 +210,14 @@ func any_action_just_pressed(actions: Array) -> bool: func _on_rotate_camera_timeout(): if not Global.get_hint("has_rotated") and not Global.using_touch: - display_hint_msg(tr("c.hint.rotate") % ", ".join( + display_hint_msg(tr("c.hint.rotate").format([", ".join( [ display_keybind("rotate_up"), display_keybind("rotate_left"), display_keybind("rotate_down"), display_keybind("rotate_right") ] - )) + )])) func _on_nametags_timeout(): if not Global.get_hint("has_seen_nametags") and not Global.get_setting("gameplay.usernames"): -- cgit v1.2.3-70-g09d2