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

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: 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 | « no previous file | chrome/common/extensions/docs/server2/templates/private/standard_apps_api.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..923a1d36a9c1e8e8c5ca6a22f4f23115a0799647 100644
--- a/chrome/common/extensions/docs/server2/templates/private/header_body.html
+++ b/chrome/common/extensions/docs/server2/templates/private/header_body.html
@@ -19,19 +19,19 @@
</div>
<a id="gc-topnav-anchor"></a>
<div id="gc-topnav">
- <h1>Google Chrome Extensions</h1>
+ <h1>Google Chrome {{?is_apps}}Apps{{:}}Extensions{{/}}</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>
</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 {{?is_apps}}Apps{{:}}Extensions{{/}} 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>
not at google - send to devlin 2012/08/10 04:44:34 Looks like this will need to change too.
cduvall 2012/08/10 21:45:30 Done.
</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 {{?is_apps}}apps{{:}}extensions{{/}} (with source code)"><div>Samples</div></a>
not at google - send to devlin 2012/08/10 04:44:34 It's probably a typo that these are apps/extension
cduvall 2012/08/10 21:45:30 Done.
</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>
not at google - send to devlin 2012/08/10 04:44:34 and here
cduvall 2012/08/10 21:45:30 Done.
« no previous file with comments | « no previous file | chrome/common/extensions/docs/server2/templates/private/standard_apps_api.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698