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

Unified 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, 8 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
« remoting/webapp/_locales/en/messages.json ('K') | « remoting/webapp/main.css ('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 c7c7d56365fce8efa0c45d335c8dd0642baaaab2..c1ecaed72b309ccb1add42afa61eb2b6ee8d5303 100644
--- a/remoting/webapp/main.html
+++ b/remoting/webapp/main.html
@@ -230,12 +230,14 @@ found in the LICENSE file.
<div data-ui-mode="home.host-setup.processing"
class="waiting-container"
hidden>
- <span class="waiting" id="host-setup-processing-message"></span>
+ <span class="waiting prominent"
+ id="host-setup-processing-message">
+ </span>
</div>
<div data-ui-mode="home.host-setup.done" hidden>
<div id="host-setup-done-message" class="message"></div>
<div id="host-setup-done-message-2" class="message"></div>
- <div class="button-row">
+ <div class="button-row">
<div class="box-spacer"></div>
<button id="host-config-done-dismiss" i18n-content="OK"></button>
</div>
@@ -372,7 +374,8 @@ found in the LICENSE file.
</div> <!-- client.unconnected -->
<div data-ui-mode="home.client.connecting" class="waiting-container">
- <span class="waiting" i18n-content="FOOTER_WAITING"></span>
+ <span class="waiting prominent"
+ i18n-content="FOOTER_CONNECTING"></span>
<div class="box-spacer"></div>
<button id="cancel-connect-button" i18n-content="CANCEL"></button>
</div> <!-- client.connecting -->
« 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