diff options
author | jamiewalch@google.com <jamiewalch@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-02 18:06:14 +0000 |
---|---|---|
committer | jamiewalch@google.com <jamiewalch@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-02 18:06:14 +0000 |
commit | c81ebd2be48e6857d0b4c44a8e1291624d46d02a (patch) | |
tree | a32beec55ab1ae9c11dc075d406d34f962707514 /remoting/webapp/_locales/en | |
parent | ae7bf791a451e276ecd7c1a2f76ee6ce296df466 (diff) | |
download | chromium_src-c81ebd2be48e6857d0b4c44a8e1291624d46d02a.zip chromium_src-c81ebd2be48e6857d0b4c44a8e1291624d46d02a.tar.gz chromium_src-c81ebd2be48e6857d0b4c44a8e1291624d46d02a.tar.bz2 |
Revert 159572 - Updated 'Connected' message to include audio info.
Since IT2Me doesn't support audio, this is the wrong place to fix this.
BUG=153361
Review URL: https://codereview.chromium.org/11028005
TBR=jamiewalch@google.com
Review URL: https://codereview.chromium.org/11040028
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@159727 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/webapp/_locales/en')
-rw-r--r-- | remoting/webapp/_locales/en/messages.json | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/remoting/webapp/_locales/en/messages.json b/remoting/webapp/_locales/en/messages.json index 78a9856..6d28105 100644 --- a/remoting/webapp/_locales/en/messages.json +++ b/remoting/webapp/_locales/en/messages.json @@ -365,18 +365,8 @@ "description": "Message displayed when the client or host has disconnected." }, "MESSAGE_SHARED": { - "message": "Your desktop and any audio output are currently shared with $user$.", - "description": "Message shown on the host computers that support audio while a session is active informing them who is connected.", - "placeholders": { - "user": { - "content": "$1", - "example": "user@domain.com" - } - } - }, - "MESSAGE_SHARED_NO_AUDIO": { - "message": "Your desktop is currently shared with $user$.", - "description": "Message shown on the host computers that do not support audio remoting while a session is active informing them who is connected.", + "message": "Your desktop is currently being shared with $user$.", + "description": "Message shown on the host computer while a session is active informing them who is connected.", "placeholders": { "user": { "content": "$1", |