forked from mirror/openmw-tes3mp
Merge pull request #889 from rcutmore/spelling-fixes
Fix tooltip spelling errors in WorldspaceWidget
This commit is contained in:
commit
883a686909
1 changed files with 5 additions and 5 deletions
|
@ -125,16 +125,16 @@ CSVWidget::SceneToolMode *CSVRender::WorldspaceWidget::makeNavigationSelector (
|
||||||
"First Person"
|
"First Person"
|
||||||
"<ul><li>Mouse-Look while holding the left button</li>"
|
"<ul><li>Mouse-Look while holding the left button</li>"
|
||||||
"<li>WASD movement keys</li>"
|
"<li>WASD movement keys</li>"
|
||||||
"<li>Mouse wheel moves the camera forawrd/backward</li>"
|
"<li>Mouse wheel moves the camera forward/backward</li>"
|
||||||
"<li>Stafing (also vertically) by holding the left mouse button and control</li>"
|
"<li>Strafing (also vertically) by holding the left mouse button and control</li>"
|
||||||
"<li>Camera is held upright</li>"
|
"<li>Camera is held upright</li>"
|
||||||
"<li>Hold shift to speed up movement</li>"
|
"<li>Hold shift to speed up movement</li>"
|
||||||
"</ul>");
|
"</ul>");
|
||||||
tool->addButton (":scenetoolbar/free-camera", "free",
|
tool->addButton (":scenetoolbar/free-camera", "free",
|
||||||
"Free Camera"
|
"Free Camera"
|
||||||
"<ul><li>Mouse-Look while holding the left button</li>"
|
"<ul><li>Mouse-Look while holding the left button</li>"
|
||||||
"<li>Stafing (also vertically) via WASD or by holding the left mouse button and control</li>"
|
"<li>Strafing (also vertically) via WASD or by holding the left mouse button and control</li>"
|
||||||
"<li>Mouse wheel moves the camera forawrd/backward</li>"
|
"<li>Mouse wheel moves the camera forward/backward</li>"
|
||||||
"<li>Roll camera with Q and E keys</li>"
|
"<li>Roll camera with Q and E keys</li>"
|
||||||
"<li>Hold shift to speed up movement</li>"
|
"<li>Hold shift to speed up movement</li>"
|
||||||
"</ul>");
|
"</ul>");
|
||||||
|
@ -144,7 +144,7 @@ CSVWidget::SceneToolMode *CSVRender::WorldspaceWidget::makeNavigationSelector (
|
||||||
"<li>Rotate around the centre point via WASD or by moving the mouse while holding the left button</li>"
|
"<li>Rotate around the centre point via WASD or by moving the mouse while holding the left button</li>"
|
||||||
"<li>Mouse wheel moves camera away or towards centre point but can not pass through it</li>"
|
"<li>Mouse wheel moves camera away or towards centre point but can not pass through it</li>"
|
||||||
"<li>Roll camera with Q and E keys</li>"
|
"<li>Roll camera with Q and E keys</li>"
|
||||||
"<li>Stafing (also vertically) by holding the left mouse button and control (includes relocation of the centre point)</li>"
|
"<li>Strafing (also vertically) by holding the left mouse button and control (includes relocation of the centre point)</li>"
|
||||||
"<li>Hold shift to speed up movement</li>"
|
"<li>Hold shift to speed up movement</li>"
|
||||||
"</ul>");
|
"</ul>");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue