Skip to content

Commit

Permalink
Merge pull request #67322 from Golfavel/om_hil
Browse files Browse the repository at this point in the history
Change description of "highlighted regions" when editing overmap
  • Loading branch information
Maleclypse authored Jul 31, 2023
2 parents faf4c30 + 16cf6b0 commit a619f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/overmap_ui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1561,7 +1561,7 @@ static void place_ter_or_special( const ui_adaptor &om_ui, tripoint_abs_omt &cur
mvwprintz( w_editor, point( 1, 3 ), c_light_gray, " " );
mvwprintz( w_editor, point( 1, 3 ), c_light_gray, _( "Rotation: %s %s" ), rotation,
can_rotate ? "" : _( "(fixed)" ) );
mvwprintz( w_editor, point( 1, 5 ), c_red, _( "Areas highlighted in red" ) );
mvwprintz( w_editor, point( 1, 5 ), c_red, _( "Highlighted regions" ) );
mvwprintz( w_editor, point( 1, 6 ), c_red, _( "already have map content" ) );
// NOLINTNEXTLINE(cata-text-style): single space after period for compactness
mvwprintz( w_editor, point( 1, 7 ), c_red, _( "generated. Their overmap" ) );
Expand Down

0 comments on commit a619f82

Please sign in to comment.