localize socket timeout

pull/1/head
Michael Kirk 7 years ago
parent c9064ce05c
commit 0f38f8e3eb

@ -821,6 +821,9 @@
/* Error indicating that a socket request failed. */
"ERROR_DESCRIPTION_REQUEST_FAILED" = "Network request failed.";
/* Error indicating that a socket request timed out. */
"ERROR_DESCRIPTION_REQUEST_TIMED_OUT" = "Network request timed out.";
/* Error indicating that a socket response failed. */
"ERROR_DESCRIPTION_RESPONSE_FAILED" = "Invalid response from service.";

Loading…
Cancel
Save