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/EditorCommandPalette.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/EditorCommandPalette.xml')
-rw-r--r-- | doc/classes/EditorCommandPalette.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/EditorCommandPalette.xml b/doc/classes/EditorCommandPalette.xml index e6af82b1c3..71530b5ff2 100644 --- a/doc/classes/EditorCommandPalette.xml +++ b/doc/classes/EditorCommandPalette.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" ?> <class name="EditorCommandPalette" inherits="ConfirmationDialog" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd"> <brief_description> - Godot editor's command palette. + Redot editor's command palette. </brief_description> <description> Object that holds all the available Commands and their shortcuts text. These Commands can be accessed through [b]Editor > Command Palette[/b] menu. |