Editor: Add some more translatable strings.

This commit is contained in:
Andreas Haas 2017-08-23 22:25:14 +02:00 committed by Rémi Verschelde
parent a1c03a69d2
commit 6134d8741d
30 changed files with 126 additions and 132 deletions

View file

@ -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");