diff options
author | Poommetee Ketson <poommetee@protonmail.com> | 2018-02-18 11:25:44 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-18 11:25:44 +0700 |
commit | d5eba83fd57005c110ef594f90c84016b758a0d5 (patch) | |
tree | 9e808401fe7d3c2dd74f2a906cad0c6f0b828648 | |
parent | 2d0c07bd5ab363997a210f98fb14d638414dea1a (diff) | |
parent | 69675463b060c9b671560c83dc857db993acfcfb (diff) |
Merge pull request #16774 from sudoio/fix-16773
Fix #16773 (Rename "Install" to "Download" in AssetLib)
-rw-r--r-- | editor/plugins/asset_library_editor_plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/asset_library_editor_plugin.cpp b/editor/plugins/asset_library_editor_plugin.cpp index b8bf2b97f6..26afc78825 100644 --- a/editor/plugins/asset_library_editor_plugin.cpp +++ b/editor/plugins/asset_library_editor_plugin.cpp @@ -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")); } /////////////////////////////////////////////////////////////////////////////////// |