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

Side by Side Diff: chrome/browser/resources/help/help.html

Issue 10824214: chrome UI: change UI string "Last Updated" to "Build Date". (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Forgot to update the corresponding CSS file. Created 8 years, 4 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 | « chrome/browser/resources/help/help.css ('k') | chrome/browser/resources/help/help.js » ('j') | 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 <html i18n-values="dir:textdirection;"> 2 <html i18n-values="dir:textdirection;">
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <title i18n-content="helpTitle"></title> 5 <title i18n-content="helpTitle"></title>
6 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> 6 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css">
7 <link rel="stylesheet" href="../uber/uber_shared.css"> 7 <link rel="stylesheet" href="../uber/uber_shared.css">
8 <link rel="stylesheet" href="help.css"> 8 <link rel="stylesheet" href="help.css">
9 <script src="chrome://resources/js/cr.js"></script> 9 <script src="chrome://resources/js/cr.js"></script>
10 <script src="chrome://resources/js/load_time_data.js"></script> 10 <script src="chrome://resources/js/load_time_data.js"></script>
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 <div i18n-content="jsEngineVersion"></div> 55 <div i18n-content="jsEngineVersion"></div>
56 </section> 56 </section>
57 <section> 57 <section>
58 <h3 i18n-content="userAgent"></h3> 58 <h3 i18n-content="userAgent"></h3>
59 <div i18n-content="userAgentInfo" dir="ltr"></div> 59 <div i18n-content="userAgentInfo" dir="ltr"></div>
60 </section> 60 </section>
61 <section> 61 <section>
62 <h3 i18n-content="commandLine"></h3> 62 <h3 i18n-content="commandLine"></h3>
63 <div i18n-content="commandLineInfo" dir="ltr"></div> 63 <div i18n-content="commandLineInfo" dir="ltr"></div>
64 </section> 64 </section>
65 <section id="last-updated-container" class="empty"> 65 <section id="build-date-container" class="empty">
66 <h3 i18n-content="lastUpdated"></h3> 66 <h3 i18n-content="buildDate"></h3>
67 <div id="last-updated"></div> 67 <div id="build-date"></div>
68 </section> 68 </section>
69 </div> 69 </div>
70 <button id="more-info-expander" class="link-button" 70 <button id="more-info-expander" class="link-button"
71 i18n-content="showMoreInfo"> 71 i18n-content="showMoreInfo">
72 </button> 72 </button>
73 </if> 73 </if>
74 <if expr="pp_ifdef('chromeos') or pp_ifdef('_google_chrome') or is_linux"> 74 <if expr="pp_ifdef('chromeos') or pp_ifdef('_google_chrome') or is_linux">
75 <div id="update-status-container" hidden> 75 <div id="update-status-container" hidden>
76 <div id="update-status-icon" class="up-to-date"></div> 76 <div id="update-status-icon" class="up-to-date"></div>
77 <span id="update-status" i18n-content="updateCheckStarted"></span> 77 <span id="update-status" i18n-content="updateCheckStarted"></span>
(...skipping 23 matching lines...) Expand all
101 </if> 101 </if>
102 <if expr="pp_ifdef('_google_chrome')"> 102 <if expr="pp_ifdef('_google_chrome')">
103 <div id="product-tos"></div> 103 <div id="product-tos"></div>
104 </if> 104 </if>
105 </div> 105 </div>
106 </div> 106 </div>
107 </body> 107 </body>
108 <script src="chrome://help-frame/strings.js"></script> 108 <script src="chrome://help-frame/strings.js"></script>
109 <script src="chrome://resources/js/i18n_template2.js"></script> 109 <script src="chrome://resources/js/i18n_template2.js"></script>
110 </html> 110 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/help/help.css ('k') | chrome/browser/resources/help/help.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698