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

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

Issue 10270036: Capitalize waiting state messages that form the main content of their dialogs and make them more pr… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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/main.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/_locales/en/messages.json
diff --git a/remoting/webapp/_locales/en/messages.json b/remoting/webapp/_locales/en/messages.json
index da65ca5dae80a0c4235268d3e3949a8735851452..7cbc554bedd0fe6468fd68d1a99f972c1d805644 100644
--- a/remoting/webapp/_locales/en/messages.json
+++ b/remoting/webapp/_locales/en/messages.json
@@ -174,6 +174,10 @@
"message": "An unexpected error occurred. Please report this problem to the developers.",
"description": "Error displayed in situations where things go wrong in ways not anticipated by the developers. There is typically no user-workaround to suggest, other than reporting the error so that we can investigate further."
},
+ "FOOTER_CONNECTING": {
+ "message": "Connecting\u2026",
+ "description": "Text displayed while a client is connecting to a host, but before the connection is established."
simonmorris 2012/05/01 18:30:30 Maybe the description should start "Footer text di
Jamie 2012/05/01 19:19:00 It's not really a footer in the same sense that th
+ },
"FOOTER_WAITING": {
"message": "waiting for connection\u2026",
simonmorris 2012/05/01 18:30:30 Should this be capitalized, for consistency with t
Jamie 2012/05/01 19:19:00 No, for the above reason. The client-side text is
"description": "Footer text displayed at the host after an access code has been generated, but before a client connects."
@@ -251,7 +255,7 @@
"description": "Instructions to the user to ask them to disable power management for the computer in order to be able to connect to it."
},
"HOST_SETUP_STARTING": {
- "message": "enabling remote connections for this computer\u2026",
+ "message": "Enabling remote connections for this computer\u2026",
"description": "Message shown when local machine is being registered in the directory and when starting the host."
},
"HOST_SETUP_STOP_FAILED": {
@@ -263,15 +267,15 @@
"description": "Message shown after host has been stopped."
},
"HOST_SETUP_STOPPING": {
- "message": "disabling remote connections for this computer\u2026",
+ "message": "Disabling remote connections for this computer\u2026",
"description": "Message shown when host is being stopped on the local machine."
},
"HOST_SETUP_UPDATED_PIN": {
- "message": "PIN has been updated.",
+ "message": "Your PIN has been updated.",
"description": "Message shown after changing PIN for the local computer."
},
"HOST_SETUP_UPDATING_PIN": {
- "message": "PIN for this computer is being updated\u2026",
+ "message": "The PIN for this computer is being updated\u2026",
"description": "Message shown while changing PIN for the local computer."
},
"HOST_SETUP_UPDATE_PIN_FAILED": {
« no previous file with comments | « no previous file | remoting/webapp/main.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698