Skip to content

Commit

Permalink
display unit
Browse files Browse the repository at this point in the history
  • Loading branch information
Fris0uman committed Dec 9, 2019
1 parent de395b3 commit 911689c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game_inventory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ class comestible_inventory_preset : public inventory_selector_preset

append_cell( [ this, &p ]( const item_location & loc ) {
return good_bad_none( p.get_acquirable_energy( get_consumable_item( loc ) ) );
}, _( "ENERGY" ) );
}, _( "ENERGY (kJ)" ) );
}

bool is_shown( const item_location &loc ) const override {
Expand Down

0 comments on commit 911689c

Please sign in to comment.