diff options
author | Yuri Chornoivan <yurchor@ukr.net> | 2018-08-28 21:15:04 +0300 |
---|---|---|
committer | Yuri Chornoivan <yurchor@ukr.net> | 2018-08-29 11:50:39 +0300 |
commit | 06e73522dccdd683194bc439a6698ae93b4bbac6 (patch) | |
tree | 40e00a31a7a7490782ce83e88a275ae34b42668a /scene | |
parent | d42807371c667cc117460b01e9d1484f4418906f (diff) |
Fix vformat(), minor typos and word puzzles
Diffstat (limited to 'scene')
-rw-r--r-- | scene/3d/soft_body.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/3d/soft_body.cpp b/scene/3d/soft_body.cpp index 980c348c9b..2f8e4688ef 100644 --- a/scene/3d/soft_body.cpp +++ b/scene/3d/soft_body.cpp @@ -401,7 +401,7 @@ String SoftBody::get_configuration_warning() const { if (!warning.empty()) warning += "\n\n"; - warning += TTR("Size changes to SoftBody will be overriden by the physics engine when running.\nChange the size in children collision shapes instead."); + warning += TTR("Size changes to SoftBody will be overridden by the physics engine when running.\nChange the size in children collision shapes instead."); } return warning; |