mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-03 14:23:19 +00:00
Editor: Add some more translatable strings.
This commit is contained in:
committed by
Rémi Verschelde
parent
a1c03a69d2
commit
6134d8741d
@@ -913,8 +913,8 @@ ProjectExportDialog::ProjectExportDialog() {
|
||||
|
||||
updating = false;
|
||||
|
||||
get_ok()->set_text("Export PCK/Zip");
|
||||
export_button = add_button("Export Project", !OS::get_singleton()->get_swap_ok_cancel(), "export");
|
||||
get_ok()->set_text(TTR("Export PCK/Zip"));
|
||||
export_button = add_button(TTR("Export Project"), !OS::get_singleton()->get_swap_ok_cancel(), "export");
|
||||
|
||||
export_pck_zip = memnew(FileDialog);
|
||||
export_pck_zip->add_filter("*.zip ; ZIP File");
|
||||
|
||||
Reference in New Issue
Block a user