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

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: How about another rebase! (damn you generated_resources.grd) 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
« 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 117298)
+++ chrome/app/generated_resources.grd (working copy)
@@ -8593,6 +8593,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>
@@ -8601,6 +8604,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">
+ Appearance
+ </message>
<message name="IDS_THEMES_GROUP_NAME" desc="In Title Case: The title of the themes group">
Themes
</message>
@@ -8610,9 +8616,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>
@@ -8671,6 +8674,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
« 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