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

Unified Diff: remoting/webapp/me2mom/choice.html

Issue 8228012: Use separate strings for host- and client-side disconnect buttons. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use words instead of symbols for Mac shortcut. Created 9 years, 2 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 | « remoting/webapp/me2mom/_locales/en/messages.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/me2mom/choice.html
diff --git a/remoting/webapp/me2mom/choice.html b/remoting/webapp/me2mom/choice.html
index e5917d6bfad0b81015bccfa423699ca4738f02b4..781a64442a586ccfc81926db6b73cb138480f706 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);">
« no previous file with comments | « remoting/webapp/me2mom/_locales/en/messages.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698