Skip to content

Commit

Permalink
Repair Issue supertuxkart#3858 (Brake/Reverse on command settings)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aragon Nathan committed Dec 4, 2019
1 parent e612d5c commit 12b563d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/states_screens/options/options_screen_device.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -271,10 +271,14 @@ void OptionsScreenDevice::updateInputButtons()
//I18N: Key binding name
<<<<<<< HEAD
renameRow(actions, i++, _("Brake / Reverse"), PA_BRAKE);
<<<<<<< HEAD
=======
renameRow(actions, i++, _("Brake/Reverse"), PA_BRAKE);
>>>>>>> Repair Issue #3858 (Brake/Reverse on command settings)

=======

>>>>>>> Repair Issue #3858 (Brake/Reverse on command settings)
//I18N: Key binding name
renameRow(actions, i++, _("Fire"), PA_FIRE);

Expand Down

0 comments on commit 12b563d

Please sign in to comment.