Fix various i18n failures

This commit is contained in:
Haoyu Qiu
2021-08-03 23:36:43 +08:00
parent cae29b5267
commit 87e49183bc
4 changed files with 26 additions and 22 deletions

View File

@ -910,8 +910,8 @@ ExportTemplateManager::ExportTemplateManager() {
request_mirrors->connect("request_completed", this, "_refresh_mirrors_completed");
mirror_options_button = memnew(MenuButton);
mirror_options_button->get_popup()->add_item("Open in Web Browser", VISIT_WEB_MIRROR);
mirror_options_button->get_popup()->add_item("Copy Mirror URL", COPY_MIRROR_URL);
mirror_options_button->get_popup()->add_item(TTR("Open in Web Browser"), VISIT_WEB_MIRROR);
mirror_options_button->get_popup()->add_item(TTR("Copy Mirror URL"), COPY_MIRROR_URL);
download_install_hb->add_child(mirror_options_button);
mirror_options_button->get_popup()->connect("id_pressed", this, "_mirror_options_button_cbk");