mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialog
This commit is contained in:
@@ -552,5 +552,5 @@ EditorLocaleDialog::EditorLocaleDialog() {
|
||||
add_child(vb);
|
||||
_update_tree();
|
||||
|
||||
get_ok_button()->set_text(TTR("Select"));
|
||||
set_ok_button_text(TTR("Select"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user