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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/resources/help/help.css ('k') | chrome/browser/resources/help/help.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/help/help.html
diff --git a/chrome/browser/resources/help/help.html b/chrome/browser/resources/help/help.html
index 762f59ac056dadc8734374e0e1a6bf57ffd9bffd..ba6d1f02389a11a39a7373d3b299dc0b408c4aaf 100644
--- a/chrome/browser/resources/help/help.html
+++ b/chrome/browser/resources/help/help.html
@@ -62,9 +62,9 @@
<h3 i18n-content="commandLine"></h3>
<div i18n-content="commandLineInfo" dir="ltr"></div>
</section>
- <section id="last-updated-container" class="empty">
- <h3 i18n-content="lastUpdated"></h3>
- <div id="last-updated"></div>
+ <section id="build-date-container" class="empty">
+ <h3 i18n-content="buildDate"></h3>
+ <div id="build-date"></div>
</section>
</div>
<button id="more-info-expander" class="link-button"
« 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