From a887cfe5bfb8a047e438394d2c302c7a880bf851 Mon Sep 17 00:00:00 2001 From: LegendGuard <49716252+LegendaryGuard@users.noreply.github.com> Date: Fri, 15 Nov 2024 10:51:25 +0100 Subject: [PATCH] Rebrand godette into redot-chan on Platformer 2 comment for consistency --- platform/web/api/web_tools_editor_plugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/web/api/web_tools_editor_plugin.cpp b/platform/web/api/web_tools_editor_plugin.cpp index 4bf0de77681..ae5ab85cd90 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: Redot-chan's Revenge" becomes "platformer_2-_godette-s_revenge". + // like "Platformer 2: Redot-chan's Revenge" becomes "platformer_2-_redot-chan-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 =