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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « remoting/webapp/client_screen.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!doctype html> 1 <!doctype html>
2 <!-- 2 <!--
3 Copyright (c) 2012 The Chromium Authors. All rights reserved. 3 Copyright (c) 2012 The Chromium Authors. All rights reserved.
4 Use of this source code is governed by a BSD-style license that can be 4 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file. 5 found in the LICENSE file.
6 --> 6 -->
7 7
8 <html> 8 <html>
9 <head> 9 <head>
10 <meta charset="utf-8"> 10 <meta charset="utf-8">
(...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 class="centered"> 330 class="centered">
331 <button id="client-finished-it2me-button" 331 <button id="client-finished-it2me-button"
332 type="button" 332 type="button"
333 i18n-content="OK" 333 i18n-content="OK"
334 autofocus="autofocus"> 334 autofocus="autofocus">
335 </button> 335 </button>
336 </div> <!-- connect-failed.it2me session-finished.it2me --> 336 </div> <!-- connect-failed.it2me session-finished.it2me -->
337 337
338 <div data-ui-mode="home.client.connect-failed.me2me home.client.session- finished.me2me" 338 <div data-ui-mode="home.client.connect-failed.me2me home.client.session- finished.me2me"
339 class="centered"> 339 class="centered">
340 <button id="client-reconnect-button"
341 type="button"
342 i18n-content="RETRY"
343 autofocus="autofocus">
344 </button>
340 <button id="client-finished-me2me-button" 345 <button id="client-finished-me2me-button"
341 type="button" 346 type="button"
342 i18n-content="OK" 347 i18n-content="CANCEL">
343 autofocus="autofocus">
344 </button>
345 <button id="client-reconnect-button"
346 type="button"
347 i18n-content="RECONNECT">
348 </button> 348 </button>
349 </div> <!-- connect-failed.me2me session-finished.me2me --> 349 </div> <!-- connect-failed.me2me session-finished.me2me -->
350 350
351 </div> <!-- client-dialog --> 351 </div> <!-- client-dialog -->
352 352
353 <div id="connection-history-dialog" 353 <div id="connection-history-dialog"
354 class="kd-modaldialog" 354 class="kd-modaldialog"
355 data-ui-mode="home.history" 355 data-ui-mode="home.history"
356 hidden> 356 hidden>
357 <div class="internal-frame-of-reference"> 357 <div class="internal-frame-of-reference">
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
438 <div class="arrow-down"></div> 438 <div class="arrow-down"></div>
439 </div> 439 </div>
440 </div> <!-- session-toolbar --> 440 </div> <!-- session-toolbar -->
441 </div> <!-- session-mode --> 441 </div> <!-- session-mode -->
442 442
443 <div id="statistics" dir="ltr" class="selectable" hidden> 443 <div id="statistics" dir="ltr" class="selectable" hidden>
444 </div> <!-- statistics --> 444 </div> <!-- statistics -->
445 445
446 </body> 446 </body>
447 </html> 447 </html>
OLDNEW
« 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