Fix minor typos

This commit is contained in:
Yuri Chornoivan
2019-06-17 15:11:49 +03:00
parent 0d61fc2c0f
commit 340c2c0584
3 changed files with 3 additions and 3 deletions

View File

@ -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;
}