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

Unified Diff: chrome/browser/resources/help/help.js

Issue 316343002: Change Help page title to About. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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
Index: chrome/browser/resources/help/help.js
diff --git a/chrome/browser/resources/help/help.js b/chrome/browser/resources/help/help.js
index db396393937a02b25f948473d18bf80e6e37e515..2b3de172eb13cebf3af04eb36dbd327b42f39a13 100644
--- a/chrome/browser/resources/help/help.js
+++ b/chrome/browser/resources/help/help.js
@@ -56,7 +56,7 @@ cr.define('help', function() {
uber.onContentFrameLoaded();
// Set the title.
- uber.setTitle(loadTimeData.getString('helpTitle'));
+ uber.setTitle(loadTimeData.getString('aboutTitle'));
$('product-license').innerHTML = loadTimeData.getString('productLicense');
if (cr.isChromeOS) {

Powered by Google App Engine
This is Rietveld 408576698