Make various strings translatable
This commit is contained in:
parent
dfc1ec7fb9
commit
42d740d641
11 changed files with 27 additions and 27 deletions
|
|
@ -79,7 +79,7 @@ void AnimationTreeEditor::_update_path() {
|
|||
group.instantiate();
|
||||
|
||||
Button *b = memnew(Button);
|
||||
b->set_text("Root");
|
||||
b->set_text(TTR("Root"));
|
||||
b->set_toggle_mode(true);
|
||||
b->set_button_group(group);
|
||||
b->set_pressed(true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue