diff options
| author | Poommetee Ketson | 2017-12-12 22:57:17 +0700 |
|---|---|---|
| committer | Poommetee Ketson | 2017-12-12 23:04:37 +0700 |
| commit | 24df9f3707767f94a8b7842a24013aa3709b1805 (patch) | |
| tree | 6afe7e0d6be6e1d886c2c40e929d9f50301f22f1 /editor/plugins/asset_library_editor_plugin.cpp | |
| parent | 55962ce28fec5f06016ed3f66f52e6e84b817dbe (diff) | |
| download | godot-24df9f3707767f94a8b7842a24013aa3709b1805.tar.gz godot-24df9f3707767f94a8b7842a24013aa3709b1805.tar.zst godot-24df9f3707767f94a8b7842a24013aa3709b1805.zip | |
Diffstat (limited to 'editor/plugins/asset_library_editor_plugin.cpp')
| -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 3ab8f318a..f04bc04d9 100644 --- a/editor/plugins/asset_library_editor_plugin.cpp +++ b/editor/plugins/asset_library_editor_plugin.cpp @@ -340,7 +340,7 @@ void EditorAssetLibraryItemDownload::_http_download_completed(int p_status, int } break; case HTTPRequest::RESULT_REQUEST_FAILED: { error_text = TTR("Request failed, return code:") + " " + itos(p_code); - status->set_text(TTR("Req. Failed.")); + status->set_text(TTR("Request Failed.")); } break; case HTTPRequest::RESULT_REDIRECT_LIMIT_REACHED: { error_text = TTR("Request failed, too many redirects"); |
