Skip to content

Commit

Permalink
Add "Change battery charge"
Browse files Browse the repository at this point in the history
  • Loading branch information
Faalagorn authored Mar 12, 2022
1 parent cf14a5e commit 178f646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/debug_menu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ static int game_uilist()
static int vehicle_uilist()
{
std::vector<uilist_entry> uilist_initializer = {
{ uilist_entry( debug_menu_index::VEHICLE_BATTERY_CHARGE, true, 'b', _( "Change [b]attery charge" ) ) },
{ uilist_entry( debug_menu_index::VEHICLE_BATTERY_CHARGE, true, 'b', _( "Change battery charge" ) ) },
};

return uilist( _( "Vehicle…" ), uilist_initializer );
Expand Down

0 comments on commit 178f646

Please sign in to comment.