diff options
author | metamuffin <metamuffin@disroot.org> | 2024-08-10 21:03:14 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-08-10 21:03:14 +0200 |
commit | 7cb51c8b95e414cbc3a4c9bec5d23b3d1beeb97d (patch) | |
tree | c8b8135e7c38f29b183d3d7e8fc2c35b09069b2c /client/menu | |
parent | 67beea687c7a0931b9559102e37615e5c38308d5 (diff) | |
parent | 8746fb2925250b6c7722ca6ed0b47df22cf7febf (diff) | |
download | hurrycurry-7cb51c8b95e414cbc3a4c9bec5d23b3d1beeb97d.tar hurrycurry-7cb51c8b95e414cbc3a4c9bec5d23b3d1beeb97d.tar.bz2 hurrycurry-7cb51c8b95e414cbc3a4c9bec5d23b3d1beeb97d.tar.zst |
Merge branch 'master' of codeberg.org:hurrycurry/hurrycurry
Diffstat (limited to 'client/menu')
-rw-r--r-- | client/menu/popup_message.gd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/menu/popup_message.gd b/client/menu/popup_message.gd index 8ee4f471..9293847b 100644 --- a/client/menu/popup_message.gd +++ b/client/menu/popup_message.gd @@ -144,7 +144,7 @@ func any_action_just_pressed(actions: Array) -> bool: func _on_rotate_camera_timeout(): if not Global.get_hint("has_rotated") and not Global.get_setting("touch_controls"): - display_hint_msg(tr("Use %s to reset the camera view") % display_keybind(tr("arrow keys"), tr("right stick"))) + display_hint_msg(tr("Use %s to rotate the camera view") % display_keybind(tr("arrow keys"), tr("right stick"))) func _on_nametags_timeout(): if not Global.get_hint("has_seen_nametags") and not Global.get_setting("usernames"): |