mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 14:11:15 +00:00
Enhance undoredo action name, TTR, cleanup
This commit is contained in:
parent
55962ce28f
commit
24df9f3707
12 changed files with 18 additions and 163 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue