diff --git a/apps/opencs/view/render/worldspacewidget.cpp b/apps/opencs/view/render/worldspacewidget.cpp
index af90af50c..6ba6e9543 100644
--- a/apps/opencs/view/render/worldspacewidget.cpp
+++ b/apps/opencs/view/render/worldspacewidget.cpp
@@ -125,16 +125,16 @@ CSVWidget::SceneToolMode *CSVRender::WorldspaceWidget::makeNavigationSelector (
"First Person"
"
- Mouse-Look while holding the left button
"
"- WASD movement keys
"
- "- Mouse wheel moves the camera forawrd/backward
"
- "- Stafing (also vertically) by holding the left mouse button and control
"
+ "- Mouse wheel moves the camera forward/backward
"
+ "- Strafing (also vertically) by holding the left mouse button and control
"
"- Camera is held upright
"
"- Hold shift to speed up movement
"
"
");
tool->addButton (":scenetoolbar/free-camera", "free",
"Free Camera"
"- Mouse-Look while holding the left button
"
- "- Stafing (also vertically) via WASD or by holding the left mouse button and control
"
- "- Mouse wheel moves the camera forawrd/backward
"
+ "- Strafing (also vertically) via WASD or by holding the left mouse button and control
"
+ "- Mouse wheel moves the camera forward/backward
"
"- Roll camera with Q and E keys
"
"- Hold shift to speed up movement
"
"
");
@@ -144,7 +144,7 @@ CSVWidget::SceneToolMode *CSVRender::WorldspaceWidget::makeNavigationSelector (
"Rotate around the centre point via WASD or by moving the mouse while holding the left button"
"Mouse wheel moves camera away or towards centre point but can not pass through it"
"Roll camera with Q and E keys"
- "Stafing (also vertically) by holding the left mouse button and control (includes relocation of the centre point)"
+ "Strafing (also vertically) by holding the left mouse button and control (includes relocation of the centre point)"
"Hold shift to speed up movement"
"");