mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Make various strings translatable
This commit is contained in:
parent
dfc1ec7fb9
commit
42d740d641
11 changed files with 27 additions and 27 deletions
|
@ -86,7 +86,7 @@ InputEventConfigContainer::InputEventConfigContainer() {
|
|||
mc->add_child(hb);
|
||||
|
||||
open_config_button = memnew(Button);
|
||||
open_config_button->set_text("Configure");
|
||||
open_config_button->set_text(TTR("Configure"));
|
||||
open_config_button->connect("pressed", callable_mp(this, &InputEventConfigContainer::_configure_pressed));
|
||||
hb->add_child(open_config_button);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue