Chromium Code Reviews| Index: remoting/webapp/_locales/en/messages.json |
| diff --git a/remoting/webapp/_locales/en/messages.json b/remoting/webapp/_locales/en/messages.json |
| index e4104c356e81ffb28f558874889d444becea3f47..909b2ccabb87e575b7b5728af88cb8c9e453abca 100644 |
| --- a/remoting/webapp/_locales/en/messages.json |
| +++ b/remoting/webapp/_locales/en/messages.json |
| @@ -111,6 +111,10 @@ |
| "message": "The access code is invalid. Please try again.", |
| "description": "Error displayed if an invalid access code is entered." |
| }, |
| + "ERROR_NETWORK_FAILURE": { |
| + "message": "Unable to reach the host.", |
|
Jamie
2012/03/01 22:43:06
Most of our error messages suggest a remedy. Is th
Sergey Ulanov
2012/03/01 23:17:16
Updated the message as we discussed.
|
| + "description": "Error displayed when the host is online, but we are unable to connect to it due to network configuration." |
| + }, |
| "ERROR_MISSING_PLUGIN": { |
| "message": "Some components required for Chromoting are missing. Please make sure you're running the latest version of Chromium and try again.", |
| "description": "Error displayed if the client plugin fails to load." |