Skip to content

Commit

Permalink
Merge pull request #75181 from kightlygeorge/advanced_sorting
Browse files Browse the repository at this point in the history
Rename 'price / volume' to 'barter value / volume'
  • Loading branch information
Maleclypse authored Jul 24, 2024
2 parents e4519e0 + 003ab67 commit 93f63e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/advanced_inv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ std::string advanced_inventory::get_sortname( advanced_inv_sortby sortby )
case SORTBY_PRICE:
return _( "barter value" );
case SORTBY_PRICEPERVOLUME:
return _( "price / volume" );
return _( "barter value / volume" );
case SORTBY_STACKS:
return _( "amount" );
}
Expand Down

0 comments on commit 93f63e6

Please sign in to comment.