Title message correction

This commit is contained in:
honey-tree
2024-08-21 21:25:35 -03:00
committed by GitHub
parent 7dd6efc80a
commit a4de1659b0

View File

@@ -3638,7 +3638,7 @@
<div class="alignitemscenter flex-container flexFlowColumn flexGrow flexShrink gap0 flexBasis48p" title="Cap the number of entry activation recursions" data-i18n="[title]Cap the number of entry activation recursions"> <div class="alignitemscenter flex-container flexFlowColumn flexGrow flexShrink gap0 flexBasis48p" title="Cap the number of entry activation recursions" data-i18n="[title]Cap the number of entry activation recursions">
<small> <small>
<span data-i18n="Max Recursion Depth">Max Recursion Depth</span> <span data-i18n="Max Recursion Depth">Max Recursion Depth</span>
<div class="fa-solid fa-circle-info opacity50p" data-i18n="[title](0 = unlimited, 1 = recurse once)" title="(0 = unlimited, 1 = recurse once)"></div> <div class="fa-solid fa-circle-info opacity50p" data-i18n="[title](0 = unlimited, 1 = scans once and doesn't recurse, 2 = scans once and recurses once, etc)" title="(0 = unlimited, 1 = scans once and doesn't recurse, 2 = scans once and recurses once, etc)"></div>
</small> </small>
<input class="neo-range-slider" type="range" id="world_info_max_recursion_depth" name="world_info_max_recursion_depth" min="0" max="10" step="1"> <input class="neo-range-slider" type="range" id="world_info_max_recursion_depth" name="world_info_max_recursion_depth" min="0" max="10" step="1">
<input class="neo-range-input" type="number" min="0" max="10" step="1" data-for="world_info_max_recursion_depth" id="world_info_max_recursion_depth_counter"> <input class="neo-range-input" type="number" min="0" max="10" step="1" data-for="world_info_max_recursion_depth" id="world_info_max_recursion_depth_counter">