| Index: chrome/browser/resources/options/manage_profile_overlay.html
|
| diff --git a/chrome/browser/resources/options/manage_profile_overlay.html b/chrome/browser/resources/options/manage_profile_overlay.html
|
| index ba2fc927f2573604e4bef8db1b600c7d0017fb94..74422c4f82319597a0c68f669d6fad368c36c957 100644
|
| --- a/chrome/browser/resources/options/manage_profile_overlay.html
|
| +++ b/chrome/browser/resources/options/manage_profile_overlay.html
|
| @@ -17,8 +17,8 @@
|
| </div>
|
| <div class="action-area">
|
| <div class="button-strip">
|
| - <button id="manage-profile-ok" i18n-content="ok"></button>
|
| <button id="manage-profile-cancel" i18n-content="cancel"></button>
|
| + <button id="manage-profile-ok" i18n-content="ok"></button>
|
| </div>
|
| </div>
|
| </div>
|
| @@ -30,9 +30,9 @@
|
| </div>
|
| <div class="action-area">
|
| <div class="button-strip">
|
| + <button id="delete-profile-cancel" i18n-content="cancel"></button>
|
| <button id="delete-profile-ok"
|
| i18n-content="deleteProfileOK"></button>
|
| - <button id="delete-profile-cancel" i18n-content="cancel"></button>
|
| </div>
|
| </div>
|
| </div>
|
|
|