| Index: chrome/app/generated_resources.grd
|
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
|
| index ab0bf5e91dedf08fada4c4fc9b29a1f41864eb5b..e1b74b52190c41eb9b28716991eecc3de4b33f19 100644
|
| --- a/chrome/app/generated_resources.grd
|
| +++ b/chrome/app/generated_resources.grd
|
| @@ -8069,8 +8069,28 @@ Keep your key file in a safe place. You will need it to create new versions of y
|
| <message name="IDS_PROFILES_OPTIONS_GROUP_NAME" desc="The name of the sync group in the options dialog.">
|
| Profile
|
| </message>
|
| - <message name="IDS_PROFILES_CREATE_NEW_PROFILE_OPTION" desc="Create new profile menu item and button title.">
|
| - Create a new profile...
|
| + <if expr="not pp_ifdef('use_titlecase')">
|
| + <message name="IDS_PROFILES_CREATE_NEW_PROFILE_OPTION" desc="Create new profile menu item and button title.">
|
| + New browsing profile...
|
| + </message>
|
| + </if>
|
| + <if expr="pp_ifdef('use_titlecase')">
|
| + <message name="IDS_PROFILES_CREATE_NEW_PROFILE_OPTION" desc="In Title Case. Create new profile menu item and button title.">
|
| + New Browsing Profile...
|
| + </message>
|
| + </if>
|
| + <if expr="not pp_ifdef('use_titlecase')">
|
| + <message name="IDS_PROFILES_MENU" desc="The title of the profiles submenu in the wrench menu.">
|
| + Browsing profiles
|
| + </message>
|
| + </if>
|
| + <if expr="pp_ifdef('use_titlecase')">
|
| + <message name="IDS_PROFILES_MENU" desc="In Title Case. The title of the profiles submenu in the wrench menu.">
|
| + Browsing Profiles
|
| + </message>
|
| + </if>
|
| + <message name="IDS_DEFAULT_PROFILE_NAME" desc="The default name given to a profile. Displayed in wrench menu and settings UI.">
|
| + Default Profile
|
| </message>
|
| <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.">
|
|
|