| Index: chrome/browser/resources/md_bookmarks/edit_dialog.html
|
| diff --git a/chrome/browser/resources/md_bookmarks/edit_dialog.html b/chrome/browser/resources/md_bookmarks/edit_dialog.html
|
| index 9c23eceb2a4e704647fdaaf66008943cc1dfab5a..c3cd98e1cfbc099e76427c0f87226cf8ac7228cb 100644
|
| --- a/chrome/browser/resources/md_bookmarks/edit_dialog.html
|
| +++ b/chrome/browser/resources/md_bookmarks/edit_dialog.html
|
| @@ -27,7 +27,7 @@
|
| </div>
|
| <div class="button-container">
|
| <paper-button class="cancel-button" on-tap="onCancelButtonTap_">
|
| - $i18n{cancelEdit}
|
| + $i18n{cancel}
|
| </paper-button>
|
| <paper-button id="saveButton" class="action-button"
|
| on-tap="onSaveButtonTap_">
|
|
|