Skip to content

Commit

Permalink
Change "Disassemble everything" wording (#37440)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chambs-15 authored and ZhilkinSerg committed Jan 28, 2020
1 parent b8000b3 commit f7e7440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game.cpp
Expand Up @@ -8171,7 +8171,7 @@ void game::butcher()

kmenu.addentry_col( MULTIDISASSEMBLE_ONE, true, 'D', _( "Disassemble everything once" ),
to_string_clipped( time_duration::from_turns( time_to_disassemble / 100 ) ) );
kmenu.addentry_col( MULTIDISASSEMBLE_ALL, true, 'd', _( "Disassemble everything" ),
kmenu.addentry_col( MULTIDISASSEMBLE_ALL, true, 'd', _( "Disassemble everything recursively" ),
to_string_clipped( time_duration::from_turns( time_to_disassemble_all / 100 ) ) );
}
if( salvage_iuse && salvageables.size() > 1 ) {
Expand Down

0 comments on commit f7e7440

Please sign in to comment.