1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Make various strings translatable

This commit is contained in:
foxydevloper
2021-07-19 15:10:05 -04:00
parent dfc1ec7fb9
commit 42d740d641
11 changed files with 27 additions and 27 deletions

View File

@@ -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);