Skip to content

Commit

Permalink
Update src/auto_pickup.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
Kilvoctu and github-actions[bot] authored Feb 6, 2025
1 parent ce0d758 commit add3809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/auto_pickup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ void user_interface::show()
get_option<bool>( "AUTO_PICKUP" ) ? c_light_green : c_light_red, c_white,
get_option<bool>( "AUTO_PICKUP" ) ? _( "True" ) : _( "False" ) );
std::string desc = string_format( " %s ", ctxt.get_desc( "SWITCH_AUTO_PICKUP_OPTION",
_( "Switch" ) ) );
_( "Switch" ) ) );
fold_and_print( w_header, point( locx, 1 ), 0, c_white, desc );

wnoutrefresh( w_header );
Expand Down

0 comments on commit add3809

Please sign in to comment.