clarify TTS checkboxes

This commit is contained in:
RossAscends
2023-06-17 10:19:27 +09:00
parent db7578be8e
commit 0c0baecb5f

View File

@@ -645,23 +645,23 @@ $(document).ready(function () {
<div> <div>
<label class="checkbox_label" for="tts_enabled"> <label class="checkbox_label" for="tts_enabled">
<input type="checkbox" id="tts_enabled" name="tts_enabled"> <input type="checkbox" id="tts_enabled" name="tts_enabled">
Enabled <small>Enabled</small>
</label> </label>
<label class="checkbox_label" for="tts_auto_generation"> <label class="checkbox_label" for="tts_auto_generation">
<input type="checkbox" id="tts_auto_generation"> <input type="checkbox" id="tts_auto_generation">
Auto Generation <small>Auto Generation</small>
</label>
<label class="checkbox_label" for="tts_narrate_dialogues">
<input type="checkbox" id="tts_narrate_dialogues">
Narrate dialogues only
</label> </label>
<label class="checkbox_label" for="tts_narrate_quoted"> <label class="checkbox_label" for="tts_narrate_quoted">
<input type="checkbox" id="tts_narrate_quoted"> <input type="checkbox" id="tts_narrate_quoted">
Narrate quoted only <small>Only narrate "quotes"</small>
</label>
<label class="checkbox_label" for="tts_narrate_dialogues">
<input type="checkbox" id="tts_narrate_dialogues">
<small>Ignore *text, even "quotes", inside asterisks*</small>
</label> </label>
<label class="checkbox_label" for="tts_narrate_translated_only"> <label class="checkbox_label" for="tts_narrate_translated_only">
<input type="checkbox" id="tts_narrate_translated_only"> <input type="checkbox" id="tts_narrate_translated_only">
Narrate only the translated text <small>Narrate only the translated text</small>
</label> </label>
</div> </div>
<label>Voice Map</label> <label>Voice Map</label>