Index: chrome/app/generated_resources.grd |
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd |
index 4936da7a7fc79c07b9785ffad860996fcae28d28..c41caf04021a77c7d67e885ebc2b1432320e674c 100644 |
--- a/chrome/app/generated_resources.grd |
+++ b/chrome/app/generated_resources.grd |
@@ -1382,6 +1382,14 @@ Subsequent notifications, windows and dialogs may be split between desktops. |
desc="Download page message: The download was blocked due to security policy on this machine."> |
Security settings on your computer blocked this file. |
</message> |
+ <message name="IDS_DOWNLOAD_INTERRUPTED_STATUS_CONTENT_LENGTH_MISMATCH" |
+ desc="Mismatch between content-length header and bytes received."> |
+ Content length mismatch |
asanka
2017/04/26 21:17:33
Nit: This phrase is going to be confusing for user
qinmin
2017/04/27 18:20:53
Done.
|
+ </message> |
+ <message name="IDS_DOWNLOAD_INTERRUPTED_DESCRIPTION_CONTENT_LENGTH_MISMATCH" |
+ desc="Download page message: Reveived fewer bytes than the number in the content-length header."> |
+ Received fewer bytes than the number in the content-length header. |
asanka
2017/04/26 21:17:33
While we use "bytes" to explain how big the downlo
qinmin
2017/04/27 18:20:54
Done.
|
+ </message> |
<message name="IDS_DOWNLOAD_INTERRUPTED_STATUS_SECURITY_CHECK_FAILED" |
desc="The security check performed on this download failed unexpectedly"> |
Virus scan failed |