mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09: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:
commit
8a04e33056
4 changed files with 46 additions and 36 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue