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

Unified Diff: remoting/webapp/main.html

Issue 9827002: [Chromoting] Improve the text on the buttons in the connection-failed dialog. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync. Created 8 years, 9 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/client_screen.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/main.html
diff --git a/remoting/webapp/main.html b/remoting/webapp/main.html
index 3fad92bb790014e093cfb50a5f4ddb3acd9e83f5..feb77460529ff848549000edc4a0d69dec7468a4 100644
--- a/remoting/webapp/main.html
+++ b/remoting/webapp/main.html
@@ -337,14 +337,14 @@ found in the LICENSE file.
<div data-ui-mode="home.client.connect-failed.me2me home.client.session-finished.me2me"
class="centered">
- <button id="client-finished-me2me-button"
+ <button id="client-reconnect-button"
type="button"
- i18n-content="OK"
+ i18n-content="RETRY"
autofocus="autofocus">
</button>
- <button id="client-reconnect-button"
+ <button id="client-finished-me2me-button"
type="button"
- i18n-content="RECONNECT">
+ i18n-content="CANCEL">
</button>
</div> <!-- connect-failed.me2me session-finished.me2me -->
« no previous file with comments | « remoting/webapp/client_screen.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698