mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Improve auto-translation of the replication editor
Texts in `ReplicationEditor`, `SceneTreeDialog`, `PropertySelector`. Also the "Copy Text" button in the general warning dialog.
This commit is contained in:
parent
ef34c3d534
commit
cbd3528e01
4 changed files with 46 additions and 36 deletions
|
|
@ -8370,7 +8370,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