mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialog
This commit is contained in:
parent
5268efdcd9
commit
e4067064ce
59 changed files with 188 additions and 149 deletions
|
@ -211,5 +211,5 @@ EditorDirDialog::EditorDirDialog() {
|
|||
mkdirerr->set_text(TTR("Could not create folder."));
|
||||
add_child(mkdirerr);
|
||||
|
||||
get_ok_button()->set_text(TTR("Choose"));
|
||||
set_ok_button_text(TTR("Choose"));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue