Merge pull request #16774 from sudoio/fix-16773

Fix #16773 (Rename "Install" to "Download" in AssetLib)
This commit is contained in:
Poommetee Ketson 2018-02-18 11:25:44 +07:00 committed by GitHub
commit d5eba83fd5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -308,7 +308,7 @@ EditorAssetLibraryItemDescription::EditorAssetLibraryItemDescription() {
preview_hb->set_v_size_flags(SIZE_EXPAND_FILL);
previews->add_child(preview_hb);
get_ok()->set_text(TTR("Install"));
get_ok()->set_text(TTR("Download"));
get_cancel()->set_text(TTR("Close"));
}
///////////////////////////////////////////////////////////////////////////////////