We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c69df08 commit 5d68806Copy full SHA for 5d68806
src/game.cpp
@@ -8327,7 +8327,7 @@ static void add_disassemblables( uilist &menu,
8327
const item &it = *stack.first;
8328
8329
//~ Name, number of items and time to complete disassembling
8330
- const auto &msg = string_format( pgettext( "butchery menu", "%s (%d)" ),
+ const auto &msg = string_format( pgettext( "butchery menu", "Disassemble %s (%d)" ),
8331
it.tname(), stack.second );
8332
recipe uncraft_recipe;
8333
if( it.typeId() == itype_disassembly ) {
0 commit comments