Change: Use gender-neutral pronouns in console command messages (and comments) (#9203)

This commit is contained in:
William Davis
2021-05-08 06:02:30 -04:00
committed by GitHub
parent f187708b3b
commit 881e1da51d
19 changed files with 29 additions and 29 deletions

View File

@@ -1257,7 +1257,7 @@ again:
tile = v->tile;
start_frame = RVC_TURN_AROUND_START_FRAME_SHORT_TRAM;
} else {
/* The company can build on the next tile, so wait till (s)he does. */
/* The company can build on the next tile, so wait till they do. */
v->cur_speed = 0;
return false;
}