Skip to content

Commit

Permalink
Merge pull request #76114 from RenechCDDA/change_lying_camp_message
Browse files Browse the repository at this point in the history
Update notice about camp zones changing... five years ago
  • Loading branch information
Maleclypse authored Sep 1, 2024
2 parents 9dfbd30 + f7c1e61 commit 7483759
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/faction_camp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5357,8 +5357,7 @@ bool basecamp::validate_sort_points()

bool basecamp::set_sort_points()
{
popup( _( "Sorting zones have changed. Please create some sorting zones. "
"You must create a camp food zone, and a camp storage zone." ) );
popup( _( "Please create some sorting zones. You must create a camp food zone, and a camp storage zone." ) );
g->zones_manager();
return validate_sort_points();
}
Expand Down

0 comments on commit 7483759

Please sign in to comment.