i18n: Sync template with current 3.x codebase
Weblate will now track the state of `3.x` to prepare for the 3.5 release. (cherry picked from commit 02d9ac107158c8c5d95f1ecc48078d66e00c1a57)
This commit is contained in:
parent
3ccedb4cdf
commit
4dbef3a4f5
71 changed files with 15137 additions and 3069 deletions
|
|
@ -241,7 +241,7 @@ TypedArray<String> NavigationAgent2D::get_configuration_warnings() const {
|
|||
TypedArray<String> warnings = Node::get_configuration_warnings();
|
||||
|
||||
if (!Object::cast_to<Node2D>(get_parent())) {
|
||||
warnings.push_back(TTR("The NavigationAgent2D can be used only under a Node2D node"));
|
||||
warnings.push_back(TTR("The NavigationAgent2D can be used only under a Node2D node."));
|
||||
}
|
||||
|
||||
return warnings;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue