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

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

Issue 7547001: Propagate connected user to web app. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 9 years, 5 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/me2mom/_locales/en/messages.json
diff --git a/remoting/webapp/me2mom/_locales/en/messages.json b/remoting/webapp/me2mom/_locales/en/messages.json
index b219190bfd8aa9615d60bf0c2a432e1740f5e34a..91b9f6b64085d8ccbcaeac252e40e798ab9e5633 100644
--- a/remoting/webapp/me2mom/_locales/en/messages.json
+++ b/remoting/webapp/me2mom/_locales/en/messages.json
@@ -112,8 +112,14 @@
"description": "Message displayed when the client has (been) disconnected"
},
"messageShared": {
- "message": "Your desktop is currently being shared.",
- "description": "Message shown on the host computer while a session is active"
+ "message": "Your desktop is currently being shared with $USER$.",
+ "description": "Message shown on the host computer while a session is active",
+ "placeholders": {
+ "user": {
+ "content": "$1",
+ "example": "user@domain.com"
+ }
+ }
},
"modeShare": {
"message": "Share",

Powered by Google App Engine
This is Rietveld 408576698