diff options
author | jamiewalch@google.com <jamiewalch@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-11 18:13:16 +0000 |
---|---|---|
committer | jamiewalch@google.com <jamiewalch@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-11 18:13:16 +0000 |
commit | a867a7ed5b258420d4eafd416e4d295a87af0de0 (patch) | |
tree | 6ab82f1067732a871732087988ddcadfe9cff0f2 /remoting/webapp/me2mom/choice.html | |
parent | eff1339531f28037e2da1b1325c65de1db724203 (diff) | |
download | chromium_src-a867a7ed5b258420d4eafd416e4d295a87af0de0.zip chromium_src-a867a7ed5b258420d4eafd416e4d295a87af0de0.tar.gz chromium_src-a867a7ed5b258420d4eafd416e4d295a87af0de0.tar.bz2 |
Use separate strings for host- and client-side disconnect buttons.
BUG=99236
TEST=Manual
Review URL: http://codereview.chromium.org/8228012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104916 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/webapp/me2mom/choice.html')
-rw-r--r-- | remoting/webapp/me2mom/choice.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/webapp/me2mom/choice.html b/remoting/webapp/me2mom/choice.html index e5917d6..781a644 100644 --- a/remoting/webapp/me2mom/choice.html +++ b/remoting/webapp/me2mom/choice.html @@ -66,7 +66,7 @@ found in the LICENSE file. <span id="session-status-message" i18n-content="LABEL_CONNECTED"></span> <strong id="connected-to"></strong> <button type="button" onclick="remoting.disconnect();" - i18n-content="DISCONNECT_BUTTON"></button> + i18n-content="DISCONNECT_MYSELF_BUTTON"></button> <span class="end-align"> <button id="toggle-scaling" onClick="remoting.toggleScaleToFit(this);"> |