diff options
author | Artem Varaksa <aymfst@gmail.com> | 2018-02-17 15:35:40 +0300 |
---|---|---|
committer | Artem Varaksa <aymfst@gmail.com> | 2018-02-17 15:35:40 +0300 |
commit | 69675463b060c9b671560c83dc857db993acfcfb (patch) | |
tree | 4072ae12106394b0b3b5a3585b008d7f072731f2 | |
parent | 3d4bf5a90e9b32c6c93647c7fa08785b22cd5442 (diff) |
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")); } /////////////////////////////////////////////////////////////////////////////////// |