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

Unified Diff: remoting/resources/remoting_strings.grd

Issue 1987163002: Add DOMAIN_MISMATCH message end to end (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Keep the order of ChromotingEvent list Created 4 years, 7 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/resources/remoting_strings.grd
diff --git a/remoting/resources/remoting_strings.grd b/remoting/resources/remoting_strings.grd
index eac82cd5898a535b8a0db16ba9f7dae5eb5842f1..fb8ae4fb876b9adb5a60a7046cea7013b62bf30d 100644
--- a/remoting/resources/remoting_strings.grd
+++ b/remoting/resources/remoting_strings.grd
@@ -754,6 +754,9 @@ For information about privacy, please see the Google Privacy Policy (http://goo.
<message desc="Error displayed if an invalid access code is entered." name="IDS_ERROR_INVALID_ACCESS_CODE" formatter_data="android_java">
The access code is invalid. Please try again.
</message>
+ <message desc="Error displayed if the client domain does not match host domain restriction." name="IDS_ERROR_DOMAIN_MISMATCH" formatter_data="android_java">
+ Client domain does not match host domain restriction.
Sergey Ulanov 2016/05/20 00:07:05 This message seems to be too specific (it talks ab
+ </message>
<message desc="Error displayed when the host is online, but we are unable to connect to it due to network configuration." name="IDS_ERROR_P2P_FAILURE" formatter_data="android_java">
Unable to reach the host. This is probably due to the configuration of the network you are using.
</message>

Powered by Google App Engine
This is Rietveld 408576698