Chromium Code Reviews| Index: chrome/browser/resources/options2/manage_profile_overlay.html |
| =================================================================== |
| --- chrome/browser/resources/options2/manage_profile_overlay.html (revision 147886) |
| +++ chrome/browser/resources/options2/manage_profile_overlay.html (working copy) |
| @@ -41,9 +41,9 @@ |
| </div> |
| <div class="action-area"> |
| <div class="button-strip"> |
| - <button id="delete-profile-cancel" i18n-content="cancel"></button> |
|
James Hawkins
2012/07/25 18:14:35
This one is correct as-is.
Halli
2012/07/25 18:21:32
Done.
|
| <button id="delete-profile-ok" |
| i18n-content="deleteProfileOK"></button> |
| + <button id="delete-profile-cancel" i18n-content="cancel"></button> |
| </div> |
| </div> |
| </div> |
| @@ -73,9 +73,9 @@ |
| </div> |
| </div> |
| <div class="button-strip"> |
| + <button id="create-profile-cancel" i18n-content="cancel"></button> |
| <button id="create-profile-ok" i18n-content="createProfileConfirm"> |
| </button> |
| - <button id="create-profile-cancel" i18n-content="cancel"></button> |
| </div> |
| </div> |
| </div> |