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

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

Issue 7598012: Use the same disconnect prompt for client and host. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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
« no previous file with comments | « no previous file | remoting/webapp/me2mom/remoting.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/me2mom/_locales/en/messages.json
diff --git a/remoting/webapp/me2mom/_locales/en/messages.json b/remoting/webapp/me2mom/_locales/en/messages.json
index c8001f7b5d92eb5ee681ebce255972227d4583a6..db47e4d62b10925ad1e9843924decdfcbe300a7c 100644
--- a/remoting/webapp/me2mom/_locales/en/messages.json
+++ b/remoting/webapp/me2mom/_locales/en/messages.json
@@ -11,13 +11,9 @@
"message": "Cancel",
"description": "Label for general-purpose Cancel buttons"
},
- "closePromptClient": {
+ "closePrompt": {
"message": "Navigating away from this page will end your Chromoting session.",
- "description": "Message shown when the client tab is closed while a connection is active."
- },
- "closePromptHost": {
- "message": "Navigating away from this page will disconnect the Chromoting viewer.",
- "description": "Message shown when the host tab is closed while a connection is active."
+ "description": "Message shown when the Chromoting client tab is closed while a connection is active."
},
"connectButton": {
"message": "Connect",
« no previous file with comments | « no previous file | remoting/webapp/me2mom/remoting.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698