diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2018-08-29 12:21:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-29 12:21:33 +0200 |
commit | 6c8aa939e4a8c770e586a20bfc556431b5b1dad7 (patch) | |
tree | 7de8babdf5a04cb3221fbfc194c97ac8e75ea296 /scene | |
parent | 1f3aa6890ff3ffc308e8aab198ec67c901a5c868 (diff) | |
parent | 06e73522dccdd683194bc439a6698ae93b4bbac6 (diff) |
Merge pull request #21539 from yurchor/master
Fix 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; |