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

Unified Diff: chrome/common/extensions/docs/server2/templates/private/header_body.html

Issue 10834255: Extensions Docs Server: Apps titles should show "Apps" instead of "Extensions" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes 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
Index: chrome/common/extensions/docs/server2/templates/private/header_body.html
diff --git a/chrome/common/extensions/docs/server2/templates/private/header_body.html b/chrome/common/extensions/docs/server2/templates/private/header_body.html
index 4f3a8f33ff4ad7ea85933cab60177f3e5840bb1b..6442aa99e416e00f22e8b132b860f07bc931ea68 100644
--- a/chrome/common/extensions/docs/server2/templates/private/header_body.html
+++ b/chrome/common/extensions/docs/server2/templates/private/header_body.html
@@ -19,22 +19,22 @@
</div>
<a id="gc-topnav-anchor"></a>
<div id="gc-topnav">
- <h1>Google Chrome Extensions</h1>
+ <h1>Google Chrome {{title}}</h1>
<ul id="home" class="gc-topnav-tabs">
<li id="home_link">
- <a href="index.html" title="Google Chrome Extensions home page"><div>Home</div></a>
+ <a href="index.html" title="Google Chrome {{title}} home page"><div>Home</div></a>
</li>
<li id="docs_link">
- <a href="docs.html" title="Official Google Chrome Extensions documentation"><div>Docs</div></a>
+ <a href="docs.html" title="Official Google Chrome {{title}} documentation"><div>Docs</div></a>
</li>
<li id="faq_link">
- <a href="faq.html" title="Answers to frequently asked questions about Google Chrome Extensions"><div>FAQ</div></a>
+ <a href="faq.html" title="Answers to frequently asked questions about Google Chrome {{title}}"><div>FAQ</div></a>
</li>
<li id="samples_link">
- <a href="samples.html" title="Sample extensions (with source code)"><div>Samples</div></a>
+ <a href="samples.html" title="Sample {{title}} (with source code)"><div>Samples</div></a>
</li>
<li id="group_link">
- <a href="http://groups.google.com/a/chromium.org/group/chromium-extensions" title="Google Chrome Extensions developer forum"><div>Group</div></a>
+ <a href="http://groups.google.com/a/chromium.org/group/chromium-extensions" title="Google Chrome {{title}} developer forum"><div>Group</div></a>
</li>
<li id="so_link">
<a href="http://stackoverflow.com/questions/tagged/google-chrome-extension" title="[google-chrome-extension] tag on Stack Overflow"><div>Questions?</div></a>

Powered by Google App Engine
This is Rietveld 408576698