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

Unified Diff: chrome/app/generated_resources.grd

Issue 9181013: [uber page] Migrate remaining Personal options into Browser options. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: kill, kill, kill! Created 8 years, 11 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/app/generated_resources.grd
===================================================================
--- chrome/app/generated_resources.grd (revision 117054)
+++ chrome/app/generated_resources.grd (working copy)
@@ -8569,6 +8569,9 @@
</message>
<if expr="not pp_ifdef('use_titlecase')">
+ <message name="IDS_APPEARANCE_GROUP_NAME" desc="The title of the appearance group">
+ Appearance
+ </message>
<message name="IDS_THEMES_GROUP_NAME" desc="In sentence case: The title of the themes group">
Themes
</message>
@@ -8577,6 +8580,9 @@
</message>
</if>
<if expr="pp_ifdef('use_titlecase')">
+ <message name="IDS_APPEARANCE_GROUP_NAME" desc="In Title Case: The title of the appearance group">
James Hawkins 2012/01/11 16:33:29 Why do we need a title case version for one word?
csilv 2012/01/11 18:47:08 We don't for English, but we may for other languag
+ Appearance
+ </message>
<message name="IDS_THEMES_GROUP_NAME" desc="In Title Case: The title of the themes group">
Themes
</message>
@@ -8586,9 +8592,6 @@
</if>
<if expr="is_posix and not is_macosx">
- <message name="IDS_APPEARANCE_GROUP_NAME" desc="In Title Case: The title of the themes group">
- Appearance
- </message>
<message name="IDS_THEMES_GTK_BUTTON" desc="The button to choose GTK colors and icons as the current theme.">
Use GTK+ Theme
</message>
@@ -8647,6 +8650,9 @@
Check for server certificate revocation
</message>
+ <message name="IDS_OPTIONS_MANAGE_DATA_DESCRIPTION" desc="The title of the 'Manage your data' label.">
+ Manage your data
+ </message>
<if expr="not pp_ifdef('use_titlecase')">
<message name="IDS_OPTIONS_BROWSING_DATA_GROUP_NAME" desc="The title of the 'Browsing data' group.">
Browsing data

Powered by Google App Engine
This is Rietveld 408576698