You've already forked godot
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user