summaryrefslogtreecommitdiffstats
path: root/platform
diff options
context:
space:
mode:
authorTrashguy <trashguy@gmail.com>2024-11-14 04:56:24 -0500
committerTrashguy <trashguy@gmail.com>2024-11-14 04:56:24 -0500
commit3158d1b19b8609c9ce7444aee572e26aec231185 (patch)
tree89b7fe88b737dcb8384dbb24a5db111a203381f6 /platform
parent71193c70f73ba4b609e20d7e70b97686a7bc01df (diff)
downloadredot-engine-3158d1b19b8609c9ce7444aee572e26aec231185.tar.gz
Rebrand godette to Redot-chan
Diffstat (limited to 'platform')
-rw-r--r--platform/web/api/web_tools_editor_plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/web/api/web_tools_editor_plugin.cpp b/platform/web/api/web_tools_editor_plugin.cpp
index 52da0c3347..4bf0de7768 100644
--- a/platform/web/api/web_tools_editor_plugin.cpp
+++ b/platform/web/api/web_tools_editor_plugin.cpp
@@ -73,7 +73,7 @@ void WebToolsEditorPlugin::_download_zip() {
// Name the downloaded ZIP file to contain the project name and download date for easier organization.
// Replace characters not allowed (or risky) in Windows file names with safe characters.
// In the project name, all invalid characters become an empty string so that a name
- // like "Platformer 2: Godette's Revenge" becomes "platformer_2-_godette-s_revenge".
+ // like "Platformer 2: Redot-chan's Revenge" becomes "platformer_2-_godette-s_revenge".
const String project_name = GLOBAL_GET("application/config/name");
const String project_name_safe = project_name.to_lower().replace(" ", "_");
const String datetime_safe =