mirror of
https://github.com/AleziaKurdis/Overte-community-apps.git
synced 2025-04-05 12:31:09 +02:00
Copyedit some messages in wizard.html
This commit is contained in:
parent
c13d210db4
commit
b3cb2f930e
1 changed files with 7 additions and 7 deletions
|
@ -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> <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> <input type="radio" name="performancePreset" value = "2" onClick="performancePreset = 2;"> <strong class="choice yellow">Low Quality</strong> Average Laptop / Slow Computer</div>
|
||||
<div> <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> <input type="radio" name="performancePreset" value = "4" onClick="performancePreset = 4;"> <strong class="choice blue">High Quality</strong> Gaming Computer</div>
|
||||
<div> <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> <input type="radio" name="performancePreset" value = "2" onClick="performancePreset = 2;"> <strong class="choice yellow">Low Quality</strong> Average laptop / slow computer</div>
|
||||
<div> <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> <input type="radio" name="performancePreset" value = "4" onClick="performancePreset = 4;"> <strong class="choice blue">High Quality</strong> Gaming computer</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
Loading…
Reference in a new issue