Chromium Code Reviews| Index: chrome/app/generated_resources.grd |
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd |
| index 3a3710753d5d884d09eb8e3e0847335bd948837f..ad77331a660bda243fb91c370da1149b5bc4c876 100644 |
| --- a/chrome/app/generated_resources.grd |
| +++ b/chrome/app/generated_resources.grd |
| @@ -12704,6 +12704,36 @@ Keep your key file in a safe place. You will need it to create new versions of y |
| </ph> wants to permanently store large data on your local computer. |
| </message> |
| + <!-- New Profile Setup messages --> |
| + <message name="IDS_NEW_PROFILE_SETUP_TITLE" desc="Title of the new profile setup page."> |
| + New Profile |
| + </message> |
| + <message name="IDS_NEW_PROFILE_SETUP_CREATE_PROFILE" desc="Label on button finish creating a profile."> |
| + Create |
| + </message> |
| + <message name="IDS_NEW_PROFILE_SETUP_CANCEL_PROFILE" desc="Label on button to cancel creating a profile."> |
| + Cancel |
| + </message> |
| + <message name="IDS_NEW_PROFILE_SETUP_NAME_LABEL" desc="Label next to the profile name text field."> |
| + Profile Name |
| + </message> |
| + <message name="IDS_NEW_PROFILE_SETUP_ICON_LABEL" desc="Label next to the profile avatar icon chooser."> |
| + Profile Icon |
| + </message> |
| + <message name="IDS_NEW_PROFILE_SETUP_SUMMARY_TITLE" desc="Title for summary at the top of the page that describes what a profile is."> |
| + Create New <ph name="SHORT_PRODUCT_NAME">$1<ex>Chrome</ex></ph> Profile |
|
Miranda Callahan
2011/06/27 16:42:08
Change title to "Create a New...", which sounds le
sail
2011/06/27 17:37:24
Done.
|
| + </message> |
| + <message name="IDS_NEW_PROFILE_SETUP_SUMMARY_BODY" desc="Main body of text that describes what a profile is."> |
| + A <ph name="SHORT_PRODUCT_NAME">$1<ex>Chrome</ex></ph> profile contains |
| + a set of bookmarks, browsing history, saved passwords, and themes. You |
| + can create multiple profiles if you need to manage separate settings. |
| + For example, one profile can be used by you and a second profile can |
| + be used by another person. |
|
Miranda Callahan
2011/06/27 16:42:08
I would say "For example, you can use one profile,
sail
2011/06/27 17:37:24
Done. Ahh, thats much better than my wording.
|
| + </message> |
| + <message name="IDS_NEW_PROFILE_SETUP_SUMMARY_CONCLUSION" desc="Text at the end of the summary that describes what to do next."> |
| + Choose a name and an avatar then click Create to create a new profile. |
|
Miranda Callahan
2011/06/27 16:42:08
Add a comma between "avatar" and "then". I would a
sail
2011/06/27 17:37:24
Done.
Added a comma, holding out on the ! though :
|
| + </message> |
| + |
| </messages> |
| <includes> |
| <if expr="pp_ifdef('_google_chrome')"> |