Index: chrome/app/generated_resources.grd |
=================================================================== |
--- chrome/app/generated_resources.grd (revision 91777) |
+++ chrome/app/generated_resources.grd (working copy) |
@@ -8277,6 +8277,16 @@ |
</message> |
</if> |
<if expr="not pp_ifdef('use_titlecase')"> |
+ <message name="IDS_PROFILES_CUSTOMIZE_PROFILE" desc="Customize profile menu item and button title."> |
+ Customize profile... |
+ </message> |
+ </if> |
+ <if expr="pp_ifdef('use_titlecase')"> |
+ <message name="IDS_PROFILES_CUSTOMIZE_PROFILE" desc="In Title Case. Customize profile menu item."> |
+ Customize Profile... |
+ </message> |
+ </if> |
+ <if expr="not pp_ifdef('use_titlecase')"> |
<message name="IDS_PROFILES_CONNECT_BUTTON_LABEL" desc="The label that appears on the profile connect button in the options dialog when the user has not connected a Google Account to their profile."> |
Enable these features... |
</message> |