Reworded some of the options

This commit is contained in:
Simon Vermeersch 2017-02-04 20:00:16 +01:00 committed by Griatch
parent 7d62973d18
commit 8f16badf85

View file

@ -29,12 +29,12 @@
<div class="dialogcontentparent">
<div class="dialogcontent">
<h3>Output display</h3>
<label><input type="checkbox" data-setting="gagprompt" value="value">Gag prompts from output</label><br />
<label><input type="checkbox" data-setting="helppopup" value="value">Help in popup window</label><br />
<label><input type="checkbox" data-setting="gagprompt" value="value">Don't echo prompts to the main text area</label><br />
<label><input type="checkbox" data-setting="helppopup" value="value">Open help in popup window</label><br />
<hr />
<h3>Notifications</h3>
<label><input type="checkbox" data-setting="notification_popup" value="value">Popup window</label><br />
<label><input type="checkbox" data-setting="notification_sound" value="value">Sound</label><br />
<label><input type="checkbox" data-setting="notification_popup" value="value">Popup notification</label><br />
<label><input type="checkbox" data-setting="notification_sound" value="value">Play a sound</label><br />
</div>
</div>
</div>