Add missing ETR/TTR markups

(cherry picked from commit a7c1f2730f)
This commit is contained in:
Haoyu Qiu 2025-03-12 20:12:33 +08:00 committed by Rémi Verschelde
parent 4b77d8520b
commit 2f90dfef65
No known key found for this signature in database
GPG key ID: C3336907360768E1
3 changed files with 4 additions and 4 deletions

View file

@ -871,9 +871,8 @@ ConnectDialog::ConnectDialog() {
hbc_method->add_child(dst_method);
register_text_enter(dst_method);
open_method_tree = memnew(Button);
open_method_tree = memnew(Button(TTRC("Pick")));
hbc_method->add_child(open_method_tree);
open_method_tree->set_text("Pick");
open_method_tree->connect(SceneStringName(pressed), callable_mp(this, &ConnectDialog::_open_method_popup));
advanced = memnew(CheckButton(TTR("Advanced")));