| Index: chrome/app/generated_resources.grd | 
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd | 
| index 5b8d67b502a86500f9fd7ab45847a6232c7c8222..59dda79662fbf022509eb2cf18833d263c3f8255 100644 | 
| --- a/chrome/app/generated_resources.grd | 
| +++ b/chrome/app/generated_resources.grd | 
| @@ -7697,6 +7697,9 @@ Keep your key file in a safe place. You will need it to create new versions of y | 
| <message name="IDS_PASSWORD_MANAGER_SAVE_BUTTON" desc="Save button text for password manager"> | 
| Save password | 
| </message> | 
| +        <message name="IDS_PASSWORD_MANAGER_SAVE_ACCOUNT_BUTTON" desc="Save button text for password manager"> | 
| +          Save | 
| +        </message> | 
| <message name="IDS_PASSWORD_MANAGER_UNBLACKLIST_BUTTON" desc="Buton text to re-enable the password manager after blacklisting."> | 
| Undo | 
| </message> | 
| @@ -7712,6 +7715,12 @@ Keep your key file in a safe place. You will need it to create new versions of y | 
| <message name="IDS_PASSWORD_MANAGER_TOOLTIP_MANAGE" desc="Text for the 'Manage Passwords' icon's 'saving passwords' state"> | 
| Manage your passwords | 
| </message> | 
| +        <message name="IDS_PASSWORD_MANAGER_MORE_BUTTON" desc="Text for the 'More' drop down button in the 'Save password' dialog"> | 
| +          More | 
| +        </message> | 
| +        <message name="IDS_PASSWORD_MANAGER_SETTINGS_LINK" desc="Text for the link to chrome://settings/passwords in the 'Save password' dialog"> | 
| +          Settings | 
| +        </message> | 
| </if> | 
| <if expr="is_android"> | 
| <message name="IDS_PASSWORD_MANAGER_SAVE_BUTTON" desc="Mobile: Button text for the 'Save Password' infobar's 'Remember password' option"> | 
|  |