| Index: chrome/app/generated_resources.grd
|
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
|
| index d1b27c4da4c63d2500b4f8f139f4b5fb3fa82d93..4bdac6840c7e837d2a5b699f6b4f59b3e997342a 100644
|
| --- a/chrome/app/generated_resources.grd
|
| +++ b/chrome/app/generated_resources.grd
|
| @@ -14694,12 +14694,12 @@ Do you accept?
|
| </message>
|
|
|
| <!-- Password generation strings -->
|
| - <message name="IDS_PASSWORD_GENERATION_PROMPT" desc="Autofill dropdown text describing password generation. Will be merged with the next string. Triple quotes necessary to preserve trailing space.">
|
| - '''This password was generated just for you. Plus we'll remember it so you don't have to. '''
|
| - </message>
|
| - <message name="IDS_PASSWORD_GENERATION_LEARN_MORE_LINK" desc="Link text to modify generated password. This is appended to the previous string.">
|
| - Learn more »
|
| - </message>
|
| + <message name="IDS_PASSWORD_GENERATION_SUGGESTION" desc="Text shown next to a generated password describing it as a suggestion.">
|
| + Suggested
|
| + </message>
|
| + <message name="IDS_PASSWORD_GENERATION_PROMPT" desc="Autofill dropdown text describing password generation. The text inside |bars| is link text.">
|
| + Chrome will add this to your |saved passwords|.
|
| + </message>
|
|
|
| <message name="IDS_PASSWORD_GENERATION_BUBBLE_TITLE" desc="The title of the bubble asking users if they would like Chrome to generate a password for them on an account creation page.">
|
| Password Suggestion
|
|
|