Skip to content

Commit

Permalink
Reword shelf life descriptor
Browse files Browse the repository at this point in the history
  • Loading branch information
narc0tiq committed Oct 22, 2018
1 parent 58d6dc3 commit 61b3038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/item.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1025,7 +1025,7 @@ std::string item::info( std::vector<iteminfo> &info, const iteminfo_query *parts
const std::string rot_time = to_string_clipped( food_item->type->comestible->spoils );
info.emplace_back( "DESCRIPTION",
string_format(
_( "* This food is <neutral>perishable</neutral>, and takes <info>%s</info> to rot from full freshness, at room temperature." ),
_( "* This food is <neutral>perishable</neutral>, and at room temperature has an estimated nominal shelf life of <info>%s</info>." ),
rot_time.c_str() ) );

// Good cooks and survivalists can estimate food's age on fresh-to-rotten scale
Expand Down

0 comments on commit 61b3038

Please sign in to comment.