From 881e1da51d47bde0b6ddf86be1da55aceced7839 Mon Sep 17 00:00:00 2001 From: William Davis Date: Sat, 8 May 2021 06:02:30 -0400 Subject: Change: Use gender-neutral pronouns in console command messages (and comments) (#9203) --- src/roadveh_cmd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/roadveh_cmd.cpp') diff --git a/src/roadveh_cmd.cpp b/src/roadveh_cmd.cpp index 1a4e4e085..d44a37c87 100644 --- a/src/roadveh_cmd.cpp +++ b/src/roadveh_cmd.cpp @@ -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; } -- cgit v1.2.3-54-g00ecf