OLD | NEW |
1 <div class="step right hidden" id="update"> | 1 <div class="step right hidden" id="update"> |
2 <div id="update-cancel-hint" hidden> | 2 <div id="update-cancel-hint" hidden> |
3 <p i18n-content="cancelUpdateHint"></p> | 3 <p i18n-content="cancelUpdateHint"></p> |
4 </div> | 4 </div> |
5 <div id="update-screen-curtain"> | 5 <div id="update-screen-curtain"> |
6 <p i18n-content="checkingForUpdates"></p> | 6 <p i18n-content="checkingForUpdates"></p> |
7 </div> | 7 </div> |
8 <div id="update-screen-main" hidden> | 8 <div id="update-screen-main" hidden> |
9 <p id="update-upper-label"></p> | 9 <p id="update-upper-label"></p> |
| 10 <p id="update-bottom-label" i18n-content="installingUpdateDesc"></p> |
10 <progress id="update-progress-bar" max="100" value="0"></progress> | 11 <progress id="update-progress-bar" max="100" value="0"></progress> |
11 <p id="update-bottom-label" i18n-content="installingUpdateDesc"></p> | 12 <p id="update-estimated-time-left" hidden></p> |
12 </div> | 13 </div> |
13 </div> | 14 </div> |
OLD | NEW |