mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-04 04:51:16 +08:00
updated descriptions on the settings page
This commit is contained in:
parent
d1a1771a44
commit
c3df282e59
1 changed files with 6 additions and 6 deletions
|
@ -302,7 +302,7 @@
|
|||
</div>
|
||||
<div class="section blindMode">
|
||||
<h1>blind mode</h1>
|
||||
<div class="text">No errors or incorrect words are highlighted. Helps you focus on raw speed. If enabled, quick end is recommended.</div>
|
||||
<div class="text">No errors or incorrect words are highlighted. Helps you to focus on raw speed. If enabled, quick end is recommended.</div>
|
||||
<div class="buttons">
|
||||
<div class="button on" tabindex="0" onclick="this.blur();">⠀</div>
|
||||
<div class="button off" tabindex="0" onclick="this.blur();">off</div>
|
||||
|
@ -310,8 +310,8 @@
|
|||
</div>
|
||||
<div class="section quickEnd">
|
||||
<h1>quick end</h1>
|
||||
<div class="text">With this option enabled, tests will end as soon as you type in the same number of letters as the last word, no matter if
|
||||
its correct or not. When disabled, you need to manually confirm the last incorrect word with a space. This only applies to the words mode.
|
||||
<div class="text">This only applies to the words mode - when enabled, the test will end as soon as the last word has been typed, even if it's incorrect.
|
||||
When disabled, you need to manually confirm the last incorrect entry with a space.
|
||||
</div>
|
||||
<div class="buttons">
|
||||
<div class="button on" tabindex="0" onclick="this.blur();">on</div>
|
||||
|
@ -353,7 +353,7 @@
|
|||
<div class="section flipTestColors">
|
||||
<h1>flip test colors</h1>
|
||||
<div class="text">By default, typed text is brighter than the future text. When enabled, the colors will be flipped
|
||||
and the future test will be brighter than the already typed text.
|
||||
and the future text will be brighter than the already typed text.
|
||||
</div>
|
||||
<div class="buttons">
|
||||
<div class="button on" tabindex="0" onclick="this.blur();">on</div>
|
||||
|
@ -363,7 +363,7 @@
|
|||
<div class="section extraTestColor">
|
||||
<h1>extra test color</h1>
|
||||
<div class="text">
|
||||
When enabled, the test words will be using the main color, instead of the text color.
|
||||
When enabled, the test words will use the main color, instead of the text color.
|
||||
</div>
|
||||
<div class="buttons">
|
||||
<div class="button on" tabindex="0" onclick="this.blur();">on</div>
|
||||
|
@ -372,7 +372,7 @@
|
|||
</div>
|
||||
<div class="section fontSize">
|
||||
<h1>font size</h1>
|
||||
<div class="text">Change the font size of the test words</div>
|
||||
<div class="text">Change the font size of the test words.</div>
|
||||
<div class="buttons">
|
||||
<div class="button" fontsize="1" tabindex="0" onclick="this.blur();">1</div>
|
||||
<div class="button" fontsize="125" tabindex="0" onclick="this.blur();">1.25</div>
|
||||
|
|
Loading…
Reference in a new issue