summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryahkr <62478788+yahkr@users.noreply.github.com>2024-11-01 19:29:09 -0400
committeryahkr <62478788+yahkr@users.noreply.github.com>2024-11-01 19:31:07 -0400
commit4d41b455ba63391b998567d31be7ad6dfedaadeb (patch)
tree0b5896731cff63858f15927fa424c58925c7c628
parent08f9cba0fbf27f171dea55de6f8274928b9f0d84 (diff)
downloadredot-engine-4d41b455ba63391b998567d31be7ad6dfedaadeb.tar.gz
[Editor] Fix EditorSettings.xml docs for "ask_before_revoking_unique_name"
-rw-r--r--doc/classes/EditorSettings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/EditorSettings.xml b/doc/classes/EditorSettings.xml
index a5097521dc..75220d3943 100644
--- a/doc/classes/EditorSettings.xml
+++ b/doc/classes/EditorSettings.xml
@@ -230,7 +230,7 @@
If [code]true[/code], when a node is deleted with animation tracks referencing it, a confirmation dialog appears before the tracks are deleted. The dialog will appear even when using the "Delete (No Confirm)" shortcut.
</member>
<member name="docks/scene_tree/ask_before_revoking_unique_name" type="bool" setter="" getter="">
- If [code]true[/code], displays a confirmation dialog before left-clicking the "percent" icon next to a node name in the Scene tree dock. When clicked, this icon revokes the node's scene-unique name, which can impact the behavior of scripts that rely on this scene-unique name due to identifiers not being found anymore.
+ If [code]true[/code], displays a confirmation dialog after left-clicking the "percent" icon next to a node name in the Scene tree dock. When clicked, this icon revokes the node's scene-unique name, which can impact the behavior of scripts that rely on this scene-unique name due to identifiers not being found anymore.
</member>
<member name="docks/scene_tree/auto_expand_to_selected" type="bool" setter="" getter="">
If [code]true[/code], the scene tree dock will automatically unfold nodes when a node that has folded parents is selected.