mirror of
https://github.com/godotengine/godot.git
synced 2024-11-26 22:23:04 +00:00
Fix #16773 (Rename "Install" to "Download" in AssetLib)
This commit is contained in:
parent
3d4bf5a90e
commit
69675463b0
@ -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"));
|
||||
}
|
||||
///////////////////////////////////////////////////////////////////////////////////
|
||||
|
Loading…
Reference in New Issue
Block a user