diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2019-04-30 11:10:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-30 11:10:36 +0200 |
commit | 36d4f86ed9ed7f21818abee772ba55c41df2f993 (patch) | |
tree | 083e4355efc6096207152831d53db68846b0344a /scene/3d/soft_body.cpp | |
parent | 7fe5a8548ecd7205fc5035186128c872b7513a14 (diff) | |
parent | 35a016216702e65579afcdffa7114835176c0bd9 (diff) |
Merge pull request #27707 from Calinou/tweak-message-wording
Improve wording of various messages and make casing more consistent
Diffstat (limited to 'scene/3d/soft_body.cpp')
-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 d6a0595519..909d4fda34 100644 --- a/scene/3d/soft_body.cpp +++ b/scene/3d/soft_body.cpp @@ -405,7 +405,7 @@ String SoftBody::get_configuration_warning() const { if (!warning.empty()) warning += "\n\n"; - warning += TTR("This body will be ignored until you set a mesh"); + warning += TTR("This body will be ignored until you set a mesh."); } Transform t = get_transform(); |