diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-10-03 21:53:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-03 21:53:35 +0200 |
commit | b5eea37fb04755e71c541727c1edf3a51e8fe30f (patch) | |
tree | b7e2ad1bec67ccd87002128df27abafdefd404fe /doc/translations/nl.po | |
parent | 70eb7fb22669ccf57c87a141911b40ff258607b3 (diff) | |
parent | 4834e14493f14f1c1e219dff7fca66548fb74108 (diff) |
Merge pull request #42518 from Duroxxigar/update-getter-and-setters
Updated getters and setters names for toplevel
Diffstat (limited to 'doc/translations/nl.po')
-rw-r--r-- | doc/translations/nl.po | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/translations/nl.po b/doc/translations/nl.po index 4f840c229c..17bd3db383 100644 --- a/doc/translations/nl.po +++ b/doc/translations/nl.po @@ -11103,7 +11103,7 @@ msgstr "" #: doc/classes/CanvasItem.xml:523 msgid "" "Returns [code]true[/code] if the node is set as top-level. See [method " -"set_as_toplevel]." +"set_as_top_level]." msgstr "" #: doc/classes/CanvasItem.xml:530 @@ -14197,7 +14197,7 @@ msgstr "" #: doc/classes/Control.xml:545 msgid "" -"Invalidates the size cache in this node and in parent nodes up to toplevel. " +"Invalidates the size cache in this node and in parent nodes up to top_level. " "Intended to be used with [method get_minimum_size] when the return value is " "changed. Setting [member rect_min_size] directly calls this method " "automatically." @@ -32649,7 +32649,7 @@ msgstr "" #: doc/classes/Node3D.xml:90 msgid "" -"Returns whether this node is set as Toplevel, that is whether it ignores its " +"Returns whether this node is set as top_level, that is whether it ignores its " "parent nodes transformations." msgstr "" |