diff options
author | Yuri Chornoivan <yurchor@ukr.net> | 2019-06-17 15:11:49 +0300 |
---|---|---|
committer | Yuri Chornoivan <yurchor@ukr.net> | 2019-06-17 15:11:49 +0300 |
commit | 340c2c0584b9751b4671a24458e7c5244c4bf64d (patch) | |
tree | c85f3ffe8563e7798326c480ba87216485b6f309 /scene/gui | |
parent | 0d61fc2c0f1d7625c866c79b6c4044fbab61a768 (diff) |
Fix minor typos
Diffstat (limited to 'scene/gui')
-rw-r--r-- | scene/gui/container.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/gui/container.cpp b/scene/gui/container.cpp index 1f9bfb9936..c9cf5f8308 100644 --- a/scene/gui/container.cpp +++ b/scene/gui/container.cpp @@ -177,7 +177,7 @@ String Container::get_configuration_warning() const { if (warning != String()) { warning += "\n"; } - warning += TTR("Container by itself serves no purpose unless a script configures it's children placement behavior.\nIf you don't intend to add a script, then please use a plain 'Control' node instead."); + warning += TTR("Container by itself serves no purpose unless a script configures its children placement behavior.\nIf you don't intend to add a script, then please use a plain 'Control' node instead."); } return warning; } |