summaryrefslogtreecommitdiff
path: root/src/settings_type.h
diff options
context:
space:
mode:
authorrubidium42 <rubidium@openttd.org>2021-05-09 19:02:17 +0200
committerrubidium42 <rubidium42@users.noreply.github.com>2021-05-15 10:16:48 +0200
commit44ca7d93773fb816da6d353c9cde6ab14dae993a (patch)
tree2fc9399acaa114dd399eafb995d0dee8b516d18d /src/settings_type.h
parentddaedaf32a1981dcd93cafee0cae879f96207fe4 (diff)
downloadopenttd-44ca7d93773fb816da6d353c9cde6ab14dae993a.tar.xz
Change: Use gender-neutral pronouns
Diffstat (limited to 'src/settings_type.h')
-rw-r--r--src/settings_type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings_type.h b/src/settings_type.h
index bba95ad96..39a73b3ed 100644
--- a/src/settings_type.h
+++ b/src/settings_type.h
@@ -125,7 +125,7 @@ struct GUISettings {
bool autosave_on_network_disconnect; ///< save an autosave when you get disconnected from a network game with an error?
uint8 date_format_in_default_names; ///< should the default savegame/screenshot name use long dates (31th Dec 2008), short dates (31-12-2008) or ISO dates (2008-12-31)
byte max_num_autosaves; ///< controls how many autosavegames are made before the game starts to overwrite (names them 0 to max_num_autosaves - 1)
- bool population_in_label; ///< show the population of a town in his label?
+ bool population_in_label; ///< show the population of a town in its label?
uint8 right_mouse_btn_emulation; ///< should we emulate right mouse clicking?
uint8 scrollwheel_scrolling; ///< scrolling using the scroll wheel?
uint8 scrollwheel_multiplier; ///< how much 'wheel' per incoming event from the OS?