From e807128a13acb5d28f3bbfcd6582e6a7c286819a Mon Sep 17 00:00:00 2001 From: Myk Taylor Date: Fri, 12 Apr 2024 15:23:08 -0700 Subject: [PATCH] fix typo in eggs-fertile description --- internal/control-panel/registry.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/control-panel/registry.lua b/internal/control-panel/registry.lua index 302c0a6333..0cdbb7b1d3 100644 --- a/internal/control-panel/registry.lua +++ b/internal/control-panel/registry.lua @@ -99,7 +99,7 @@ COMMANDS_BY_IDX = { params={'--time', '7', '--timeUnits', 'days', '--command', '[', 'combine', 'all', '-q', ']'}}, {command='dwarfvet', group='gameplay', mode='enable'}, {command='eggs-fertile', help_command='tweak', group='gameplay', mode='tweak', default=true, - desc='Displays an indicator on fetile eggs.'}, + desc='Displays an indicator on fertile eggs.'}, {command='emigration', group='gameplay', mode='enable'}, {command='fast-heat', help_command='tweak', group='gameplay', mode='tweak', desc='Improves temperature update performance.'},