aboutsummaryrefslogtreecommitdiff
path: root/client/gui/menus/ingame.tscn
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-09-17 15:19:22 +0200
committermetamuffin <metamuffin@disroot.org>2025-09-17 15:19:22 +0200
commit734951e32adff68776ad9276d5e6b433b698eb48 (patch)
tree518bb0b0599c5f9d988a52199228ed77c8a0a387 /client/gui/menus/ingame.tscn
parent7a3587e137e88c23b07da075ff3ff2648e54c056 (diff)
downloadhurrycurry-734951e32adff68776ad9276d5e6b433b698eb48.tar
hurrycurry-734951e32adff68776ad9276d5e6b433b698eb48.tar.bz2
hurrycurry-734951e32adff68776ad9276d5e6b433b698eb48.tar.zst
translate ingame menu button tooltips; close #380
Diffstat (limited to 'client/gui/menus/ingame.tscn')
-rw-r--r--client/gui/menus/ingame.tscn4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/gui/menus/ingame.tscn b/client/gui/menus/ingame.tscn
index 0a77af14..2eb47b7d 100644
--- a/client/gui/menus/ingame.tscn
+++ b/client/gui/menus/ingame.tscn
@@ -106,7 +106,7 @@ layout_mode = 2
text = "c.menu.ingame.join"
alignment = 0
-[node name="Lobby" type="Button" parent="Side/Margin/Options"]
+[node name="Abort" type="Button" parent="Side/Margin/Options"]
layout_mode = 2
text = "c.menu.ingame.cancel"
alignment = 0
@@ -136,7 +136,7 @@ alignment = 0
[connection signal="pressed" from="Side/Margin/Options/Resume" to="." method="_on_resume_pressed"]
[connection signal="pressed" from="Side/Margin/Options/Leave" to="." method="_on_leave_pressed"]
-[connection signal="pressed" from="Side/Margin/Options/Lobby" to="." method="_on_lobby_pressed"]
+[connection signal="pressed" from="Side/Margin/Options/Abort" to="." method="_on_lobby_pressed"]
[connection signal="pressed" from="Side/Margin/Options/Reconnect" to="." method="_on_reconnect_pressed"]
[connection signal="pressed" from="Side/Margin/Options/Settings" to="." method="_on_settings_pressed"]
[connection signal="pressed" from="Side/Margin/Options/MainMenu" to="." method="_on_main_menu_pressed"]