diff options
author | jamiewalch@google.com <jamiewalch@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-01 02:00:41 +0000 |
---|---|---|
committer | jamiewalch@google.com <jamiewalch@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-01 02:00:41 +0000 |
commit | 4adde49148a379faf7c0a80d5808d19721ee3ff5 (patch) | |
tree | a9130bf9eb2bd7c41bdd1fcbecaa9fa84c0b7687 /remoting/webapp/main.html | |
parent | a153d452308b3ce34183908c36a899d3aa45a7b9 (diff) | |
download | chromium_src-4adde49148a379faf7c0a80d5808d19721ee3ff5.zip chromium_src-4adde49148a379faf7c0a80d5808d19721ee3ff5.tar.gz chromium_src-4adde49148a379faf7c0a80d5808d19721ee3ff5.tar.bz2 |
Added extra text to 'host started' dialog.
BUG=125568
TEST=Manual
Review URL: https://chromiumcodereview.appspot.com/10274022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134665 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/webapp/main.html')
-rw-r--r-- | remoting/webapp/main.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/remoting/webapp/main.html b/remoting/webapp/main.html index 81523c4..c7c7d56 100644 --- a/remoting/webapp/main.html +++ b/remoting/webapp/main.html @@ -234,7 +234,8 @@ found in the LICENSE file. </div> <div data-ui-mode="home.host-setup.done" hidden> <div id="host-setup-done-message" class="message"></div> - <div class="button-row"> + <div id="host-setup-done-message-2" class="message"></div> + <div class="button-row"> <div class="box-spacer"></div> <button id="host-config-done-dismiss" i18n-content="OK"></button> </div> |