diff --git a/apps/openmw/mwrender/animblendcontroller.cpp b/apps/openmw/mwrender/animblendcontroller.cpp
index 9e446f3a4b..477d7174f1 100644
--- a/apps/openmw/mwrender/animblendcontroller.cpp
+++ b/apps/openmw/mwrender/animblendcontroller.cpp
@@ -86,7 +86,7 @@ namespace MWRender
float springOutGeneric(float x, float lambda)
{
// Higher lambda = lower swing amplitude. 1 = 150% swing amplitude.
- // w corresponds to the frequency of oscillation in the easing function, controlling the amount of overswing
+ // w is the frequency of oscillation in the easing func, controls the amount of overswing
constexpr float w = 1.5f * osg::PIf; // 4.71238
return 1 - expf(-lambda * x) * cos(w * x);
}
diff --git a/files/lang/launcher_en.ts b/files/lang/launcher_en.ts
index 36506bfb50..88498cb84f 100644
--- a/files/lang/launcher_en.ts
+++ b/files/lang/launcher_en.ts
@@ -1427,5 +1427,13 @@ to default Morrowind fonts. Check this box if you still prefer original fonts ov
+
+
+
+
+
+
+
+