Cut UI texts

11ff19a161ae2cd668cac5eb94ca19b54e699217

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +10 -10Ignore whitespace
public/index.html+10 -10
@@ -5464,23 +5464,23 @@
5464 <div class="world_entry_form_control flex1">5464 <div class="world_entry_form_control flex1">
5465 <small class="textAlignCenter" data-i18n="Case-Sensitive">Case-Sensitive</small>5465 <small class="textAlignCenter" data-i18n="Case-Sensitive">Case-Sensitive</small>
5466 <select name="caseSensitive" class="text_pole widthNatural margin0">5466 <select name="caseSensitive" class="text_pole widthNatural margin0">
5467 <option value="null" data-i18n="Use global setting">Use global setting</option>5467 <option value="null" data-i18n="Use global">Use global</option>
5468 <option value="true" data-i18n="Yes">Yes</option>5468 <option value="true" data-i18n="Yes">Yes</option>
5469 <option value="false" data-i18n="No">No</option>5469 <option value="false" data-i18n="No">No</option>
5470 </select>5470 </select>
5471 </div>5471 </div>
5472 <div class="world_entry_form_control flex1">5472 <div class="world_entry_form_control flex1">
5473 <small class="textAlignCenter" data-i18n="Match Whole Words">Match Whole Words</small>5473 <small class="textAlignCenter" data-i18n="Whole Words">Whole Words</small>
5474 <select name="matchWholeWords" class="text_pole widthNatural margin0">5474 <select name="matchWholeWords" class="text_pole widthNatural margin0">
5475 <option value="null" data-i18n="Use global setting">Use global setting</option>5475 <option value="null" data-i18n="Use global">Use global</option>
5476 <option value="true" data-i18n="Yes">Yes</option>5476 <option value="true" data-i18n="Yes">Yes</option>
5477 <option value="false" data-i18n="No">No</option>5477 <option value="false" data-i18n="No">No</option>
5478 </select>5478 </select>
5479 </div>5479 </div>
5480 <div class="world_entry_form_control flex1">5480 <div class="world_entry_form_control flex1">
5481 <small class="textAlignCenter" data-i18n="Use Group Scoring">Use Group Scoring</small>5481 <small class="textAlignCenter" data-i18n="Group Scoring">Group Scoring</small>
5482 <select name="useGroupScoring" class="text_pole widthNatural margin0">5482 <select name="useGroupScoring" class="text_pole widthNatural margin0">
5483 <option value="null" data-i18n="Use global setting">Use global setting</option>5483 <option value="null" data-i18n="Use global">Use global</option>
5484 <option value="true" data-i18n="Yes">Yes</option>5484 <option value="true" data-i18n="Yes">Yes</option>
5485 <option value="false" data-i18n="No">No</option>5485 <option value="false" data-i18n="No">No</option>
5486 </select>5486 </select>
@@ -5512,20 +5512,20 @@
5512 <div>5512 <div>
5513 <label class="checkbox flex-container alignitemscenter flexNoGap">5513 <label class="checkbox flex-container alignitemscenter flexNoGap">
5514 <input type="checkbox" name="exclude_recursion" />5514 <input type="checkbox" name="exclude_recursion" />
5515 <span data-i18n="Exclude from recursion">5515 <span data-i18n="Non-recursable (will not be activated by another)">
5516 Non-recursable (this entry will not be activated by another)5516 Non-recursable (will not be activated by another)
5517 </span>5517 </span>
5518 </label>5518 </label>
5519 <label class="checkbox flex-container alignitemscenter flexNoGap">5519 <label class="checkbox flex-container alignitemscenter flexNoGap">
5520 <input type="checkbox" name="prevent_recursion" />5520 <input type="checkbox" name="prevent_recursion" />
5521 <span data-i18n="Prevent further recursion (this entry will not activate others)">5521 <span data-i18n="Prevent further recursion (this entry will not activate others)">
5522 Prevent further recursion (this entry will not activate others)5522 Prevent further recursion (will not activate others)
5523 </span>5523 </span>
5524 </label>5524 </label>
5525 <label class="checkbox flex-container alignitemscenter flexNoGap">5525 <label class="checkbox flex-container alignitemscenter flexNoGap">
5526 <input type="checkbox" name="delay_until_recursion" />5526 <input type="checkbox" name="delay_until_recursion" />
5527 <span data-i18n="Delay until recursion (this entry can only be activated on recursive checking)">5527 <span data-i18n="Delay until recursion (can only be activated on recursive checking)">
5528 Delay until recursion (this entry can only be activated on recursive checking)5528 Delay until recursion (can only be activated on recursive checking)
5529 </span>5529 </span>
5530 </label>5530 </label>
5531 </div>5531 </div>