Skip to content

Commit

Permalink
Merge pull request #219 from DRuppFv/making_clear
Browse files Browse the repository at this point in the history
Changing "Throw" to "Throw/Grab".
  • Loading branch information
edgarssilva authored Aug 10, 2022
2 parents 6d2ecfb + d8aa3d3 commit 768bcee
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 768bcee

Please sign in to comment.