summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge L. Albany <Megacake1234@gmail.com>2024-11-15 14:37:29 +0000
committerGitHub <noreply@github.com>2024-11-15 14:37:29 +0000
commit4242d3af4ea06ac11cdc46e871696b7609f00b0c (patch)
tree6e0d65df571199b8fc5fcc9d31c3824c53f72b1f
parent8c6734ad065c2ab6310084666fba324c5aa33405 (diff)
parenta887cfe5bfb8a047e438394d2c302c7a880bf851 (diff)
downloadredot-engine-4242d3af4ea06ac11cdc46e871696b7609f00b0c.tar.gz
Merge pull request #862 from LegendaryGuard/rebranding/comment-switch-godette-to-redot-chan
[4.3] Rebrand godette into redot-chan on platformer 2 comment for consistency
-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 4bf0de7768..ae5ab85cd9 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 =