| Index: chrome/app/google_chrome_strings.grd
|
| diff --git a/chrome/app/google_chrome_strings.grd b/chrome/app/google_chrome_strings.grd
|
| index 04d3cc0d6972f2ffc5bb6639d28a7534b49616a6..8242b037384af01099712c940b0de778896ea928 100644
|
| --- a/chrome/app/google_chrome_strings.grd
|
| +++ b/chrome/app/google_chrome_strings.grd
|
| @@ -383,8 +383,11 @@ Google Chrome is unable to recover your settings.
|
| </message>
|
| </if>
|
| <!-- Password generation strings -->
|
| - <message name="IDS_PASSWORD_GENERATION_PROMPT" desc="Autofill dropdown text describing password generation. The text inside |bars| is link text.">
|
| - Chrome will store this in your |Google saved passwords| and remember it the next time you need it.
|
| + <message name="IDS_PASSWORD_GENERATION_PROMPT" desc="Autofill dropdown text describing password generation. The link text is a separate string in the translation console and appears here as placeholder text.">
|
| + Chrome will store this in your <ph name="SAVED_PASSWORDS_LINK">$1<ex>Google saved passwords</ex></ph> and remember it the next time you need it.
|
| + </message>
|
| + <message name="IDS_PASSWORD_GENERATION_SMART_LOCK_PROMPT" desc="Autofill dropdown text describing password generation. Used when we change the branding to SmartLock. The link text is a separate string in the translation console and appears here as placeholder text.">
|
| + Chrome will store this with <ph name="SAVED_PASSWORD_LINK">$1<ex>Google Smart Lock for Passwords</ex></ph> and remember it the next time you need it.
|
| </message>
|
| <message name="IDS_PASSWORD_GENERATION_SUGGESTION" desc="Text shown next to a generated password describing it as a suggestion.">
|
| Use password generated by Chrome
|
|
|