Skip to content

Commit

Permalink
making clear to the player
Browse files Browse the repository at this point in the history
  • Loading branch information
DRuppFv committed Aug 10, 2022
1 parent 6d2ecfb commit d8aa3d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/locales/en-US/main.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ move-left = Move Left
move-right = Move Right
flop-attack = Flop Attack
shoot = Shoot
throw = Throw
throwgrab = Throw/Grab
bind-input = Press an input or press Escape to cancel.
2 changes: 1 addition & 1 deletion src/ui/main_menu.rs
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ fn controls_settings_ui(
],
),
(
&params.localization.get("throw"),
&params.localization.get("throwgrab"),
[
&mut controls.keyboard1.throw,
&mut controls.keyboard2.throw,
Expand Down

0 comments on commit d8aa3d3

Please sign in to comment.