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

Unified Diff: chrome/app/generated_resources.grd

Issue 9091015: [uber page] Convert 'Under the Hood' page to a sub-page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: code review tweak Created 8 years, 12 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/browser/resources/options2/browser_options.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
===================================================================
--- chrome/app/generated_resources.grd (revision 116378)
+++ chrome/app/generated_resources.grd (working copy)
@@ -8282,7 +8282,21 @@
Launch <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> automatically when I start my computer
</message>
+ <message name="IDS_OPTIONS_ADVANCED_GROUP_DESCRIPTION" desc="The text displayed to describe the 'Under the Hood' section">
+ Access advanced options in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
+ </message>
+ <if expr="not pp_ifdef('use_titlecase')">
+ <message name="IDS_OPTIONS_ADVANCED_BUTTON_TITLE" desc="The title of the advanced options button">
+ Open Under the hood
+ </message>
+ </if>
<if expr="pp_ifdef('use_titlecase')">
+ <message name="IDS_OPTIONS_ADVANCED_BUTTON_TITLE" desc="In Title Case: The title of the advanced options button">
+ Open Under the Hood
+ </message>
+ </if>
+
+ <if expr="pp_ifdef('use_titlecase')">
<message name="IDS_OPTIONS_DEFAULTBROWSER_USEASDEFAULT" desc="In Title Case: The label of the 'Use Chrome as default' browser button">
Make <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> My Default Browser
</message>
« no previous file with comments | « no previous file | chrome/browser/resources/options2/browser_options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698