diff options
author | Muhannad Elbolaky <think-basin-amber@duck.com> | 2024-10-14 16:05:54 +0300 |
---|---|---|
committer | Muhannad Elbolaky <think-basin-amber@duck.com> | 2024-10-15 04:54:52 +0300 |
commit | f90d13478a7691d82dce49a07dbcf52d702d070e (patch) | |
tree | 21776ec4a9404dc74952f1812f1f2bcd9da314b5 /doc/classes/FileSystemDock.xml | |
parent | c04c1f2fa3cfab0011d9c5af2ecbc807f1baadcf (diff) | |
download | redot-engine-f90d13478a7691d82dce49a07dbcf52d702d070e.tar.gz |
fix: replace "Godot" to "Redot"
Trying to change "Godot" to "Redot" in the doc while acknowledging the reference to previous Godot versions like Godot 3.X.
Diffstat (limited to 'doc/classes/FileSystemDock.xml')
-rw-r--r-- | doc/classes/FileSystemDock.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/FileSystemDock.xml b/doc/classes/FileSystemDock.xml index b3dc51ffaa..04b9ec8dc2 100644 --- a/doc/classes/FileSystemDock.xml +++ b/doc/classes/FileSystemDock.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" ?> <class name="FileSystemDock" inherits="VBoxContainer" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd"> <brief_description> - Godot editor's dock for managing files in the project. + Redot editor's dock for managing files in the project. </brief_description> <description> This class is available only in [EditorPlugin]s and can't be instantiated. You can access it using [method EditorInterface.get_file_system_dock]. |