Rebrand godette to Redot-chan

(cherry picked from commit 3158d1b19b)
This commit is contained in:
Trashguy
2024-11-14 04:56:24 -05:00
committed by Spartan322
parent bcab002329
commit 0d15e3f20c
6 changed files with 13 additions and 13 deletions

View File

@@ -264,7 +264,7 @@ PluginConfigDialog::PluginConfigDialog() {
grid->add_child(author_lb);
author_edit = memnew(LineEdit);
author_edit->set_placeholder("Godette");
author_edit->set_placeholder("Redot-chan");
author_edit->set_tooltip_text(TTR("Optional. The author's username, full name, or organization name."));
author_edit->set_h_size_flags(Control::SIZE_EXPAND_FILL);
grid->add_child(author_edit);