1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-02 16:48:55 +00:00

Merge pull request #109153 from timothyqiu/replication-editor-auto-translation

Improve auto-translation of the replication editor
This commit is contained in:
Thaddeus Crews
2025-11-17 10:56:57 -06:00
4 changed files with 46 additions and 36 deletions

View File

@@ -8398,7 +8398,7 @@ EditorNode::EditorNode() {
warning = memnew(AcceptDialog);
warning->set_unparent_when_invisible(true);
warning->add_button(TTR("Copy Text"), true, "copy");
warning->add_button(TTRC("Copy Text"), true, "copy");
warning->connect("custom_action", callable_mp(this, &EditorNode::_copy_warning));
ED_SHORTCUT("editor/next_tab", TTRC("Next Scene Tab"), KeyModifierMask::CTRL + Key::TAB);