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 |