Copyedit some messages in wizard.html

This commit is contained in:
Waldir Pimenta 2023-10-11 15:38:38 +01:00 committed by GitHub
parent c13d210db4
commit b3cb2f930e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -270,8 +270,8 @@
</tr>
<tr>
<td colspan='2' style="height:65%;">
Let's get you setup to experience the virtual world. <br/>
First, we need to select some performance and graphics quality options. <br/><br/>
Let's get you set up to experience the virtual world.<br/>
First, we need to select some performance and graphics quality options.<br/><br/>
Press <b style="color: #2e89ff;">Continue</b> when you are ready.<br/>
</td>
</tr>
@ -295,12 +295,12 @@
<tr>
<td colspan='2' style="height:65%;">
What level of visual quality would you like?<br/>
<b>Remember! If you do not have a powerful computer,<br/>you may want to set this to low or medium at most.</b>
<b>Beware: If you do not have a powerful computer,<br/>you may want to set this to low or medium at most.</b>
<br/><br/>
<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input type="radio" name="performancePreset" value = "1" onClick="performancePreset = 1;"> <strong class="choice orange">Very Low Quality</strong> Slow Laptop / Very Slow Computer</div>
<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input type="radio" name="performancePreset" value = "2" onClick="performancePreset = 2;"> <strong class="choice yellow">Low Quality</strong> Average Laptop / Slow Computer</div>
<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input type="radio" name="performancePreset" value = "3" onClick="performancePreset = 3;"> <strong class="choice green">Medium Quality</strong> Average Computer - <b><i class='green'>Recommended</i></b></div>
<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input type="radio" name="performancePreset" value = "4" onClick="performancePreset = 4;"> <strong class="choice blue">High Quality</strong> Gaming Computer</div>
<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input type="radio" name="performancePreset" value = "1" onClick="performancePreset = 1;"> <strong class="choice orange">Very Low Quality</strong> Slow laptop / very slow computer</div>
<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input type="radio" name="performancePreset" value = "2" onClick="performancePreset = 2;"> <strong class="choice yellow">Low Quality</strong> Average laptop / slow computer</div>
<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input type="radio" name="performancePreset" value = "3" onClick="performancePreset = 3;"> <strong class="choice green">Medium Quality</strong> Average computer - <b><i class='green'>Recommended</i></b></div>
<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input type="radio" name="performancePreset" value = "4" onClick="performancePreset = 4;"> <strong class="choice blue">High Quality</strong> Gaming computer</div>
</td>
</tr>
<tr>