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

Side by Side Diff: remoting/webapp/main.html

Issue 10270036: Capitalize waiting state messages that form the main content of their dialogs and make them more pr… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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
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 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 <div class="box-spacer"></div> 223 <div class="box-spacer"></div>
224 <button id="daemon-pin-ok" type="submit" i18n-content="OK"> 224 <button id="daemon-pin-ok" type="submit" i18n-content="OK">
225 </button> 225 </button>
226 <button id="daemon-pin-cancel" type="button" i18n-content="CANCEL"> 226 <button id="daemon-pin-cancel" type="button" i18n-content="CANCEL">
227 </button> 227 </button>
228 </div> 228 </div>
229 </form> 229 </form>
230 <div data-ui-mode="home.host-setup.processing" 230 <div data-ui-mode="home.host-setup.processing"
231 class="waiting-container" 231 class="waiting-container"
232 hidden> 232 hidden>
233 <span class="waiting" id="host-setup-processing-message"></span> 233 <span class="waiting prominent"
234 id="host-setup-processing-message">
235 </span>
234 </div> 236 </div>
235 <div data-ui-mode="home.host-setup.done" hidden> 237 <div data-ui-mode="home.host-setup.done" hidden>
236 <div id="host-setup-done-message" class="message"></div> 238 <div id="host-setup-done-message" class="message"></div>
237 <div id="host-setup-done-message-2" class="message"></div> 239 <div id="host-setup-done-message-2" class="message"></div>
238 <div class="button-row"> 240 <div class="button-row">
239 <div class="box-spacer"></div> 241 <div class="box-spacer"></div>
240 <button id="host-config-done-dismiss" i18n-content="OK"></button> 242 <button id="host-config-done-dismiss" i18n-content="OK"></button>
241 </div> 243 </div>
242 </div> 244 </div>
243 <div data-ui-mode="home.host-setup.error" hidden> 245 <div data-ui-mode="home.host-setup.error" hidden>
244 <div id="host-setup-error-message" class="error-state"></div> 246 <div id="host-setup-error-message" class="error-state"></div>
245 <div class="button-row"> 247 <div class="button-row">
246 <div class="box-spacer"></div> 248 <div class="box-spacer"></div>
247 <button id="host-config-error-dismiss" i18n-content="OK"></button> 249 <button id="host-config-error-dismiss" i18n-content="OK"></button>
248 </div> 250 </div>
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 </button> 367 </button>
366 <button id="cancel-access-code-button" 368 <button id="cancel-access-code-button"
367 type="button" 369 type="button"
368 i18n-content="CANCEL"> 370 i18n-content="CANCEL">
369 </button> 371 </button>
370 </form> 372 </form>
371 </div> <!-- code-entry-row --> 373 </div> <!-- code-entry-row -->
372 </div> <!-- client.unconnected --> 374 </div> <!-- client.unconnected -->
373 375
374 <div data-ui-mode="home.client.connecting" class="waiting-container"> 376 <div data-ui-mode="home.client.connecting" class="waiting-container">
375 <span class="waiting" i18n-content="FOOTER_WAITING"></span> 377 <span class="waiting prominent"
378 i18n-content="FOOTER_CONNECTING"></span>
376 <div class="box-spacer"></div> 379 <div class="box-spacer"></div>
377 <button id="cancel-connect-button" i18n-content="CANCEL"></button> 380 <button id="cancel-connect-button" i18n-content="CANCEL"></button>
378 </div> <!-- client.connecting --> 381 </div> <!-- client.connecting -->
379 382
380 <div data-ui-mode="home.client.pin-prompt" class="centered"> 383 <div data-ui-mode="home.client.pin-prompt" class="centered">
381 <div id="pin-message" 384 <div id="pin-message"
382 i18n-content="PIN_MESSAGE" 385 i18n-content="PIN_MESSAGE"
383 class="message"></div> 386 class="message"></div>
384 <div> 387 <div>
385 <form id="pin-form" action=""> 388 <form id="pin-form" action="">
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
539 <div class="arrow-down"></div> 542 <div class="arrow-down"></div>
540 </div> 543 </div>
541 </div> <!-- session-toolbar --> 544 </div> <!-- session-toolbar -->
542 </div> <!-- session-mode --> 545 </div> <!-- session-mode -->
543 546
544 <div id="statistics" dir="ltr" class="selectable" hidden> 547 <div id="statistics" dir="ltr" class="selectable" hidden>
545 </div> <!-- statistics --> 548 </div> <!-- statistics -->
546 549
547 </body> 550 </body>
548 </html> 551 </html>
OLDNEW
« remoting/webapp/_locales/en/messages.json ('K') | « remoting/webapp/main.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698