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
|
|
@ -810,7 +810,7 @@ void ExportTemplateManager::_bind_methods() {
|
|||
ExportTemplateManager::ExportTemplateManager() {
|
||||
set_title(TTR("Export Template Manager"));
|
||||
set_hide_on_ok(false);
|
||||
get_ok_button()->set_text(TTR("Close"));
|
||||
set_ok_button_text(TTR("Close"));
|
||||
|
||||
// Downloadable export templates are only available for stable and official alpha/beta/RC builds
|
||||
// (which always have a number following their status, e.g. "alpha1").
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue