Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(288)

Unified Diff: remoting/webapp/_locales.official/en/messages.json

Issue 10951020: Show a helpful error message if a host domain policy blocked an attempt to use (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: remoting/webapp/_locales.official/en/messages.json
diff --git a/remoting/webapp/_locales.official/en/messages.json b/remoting/webapp/_locales.official/en/messages.json
index c6967f13618357f4a442b8f4e58f3bfe83c48ef7..755c4699e8e37eaf1c84475a77366efb7d7793e7 100644
--- a/remoting/webapp/_locales.official/en/messages.json
+++ b/remoting/webapp/_locales.official/en/messages.json
@@ -113,6 +113,9 @@
"error_invalid_access_code": {
"message": "The access code is invalid. Please try again."
},
+ "error_invalid_host_domain": {
+ "message": "This computer does not let you use it as a Chrome Remote Desktop host."
Jamie 2012/09/19 17:37:59 There's no need to change this file. It is updated
simonmorris 2012/09/19 18:01:02 Done.
+ },
"error_missing_plugin": {
"message": "Some components required for Chrome Remote Desktop are missing. Please make sure you're running the latest version of Google Chrome and try again."
},

Powered by Google App Engine
This is Rietveld 408576698