| 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 b2f23a32035023f3bdadd3091049eaad229f760f..5a010d7d84758b5af249aee17a7f54c822d26683 100644
|
| --- a/chrome/browser/resources/md_bookmarks/edit_dialog.html
|
| +++ b/chrome/browser/resources/md_bookmarks/edit_dialog.html
|
| @@ -10,7 +10,7 @@
|
| <template>
|
| <style include="cr-shared-style"></style>
|
| <dialog is="cr-dialog" id="dialog">
|
| - <div class="title">[[getDialogTitle_(isFolder_)]]</div>
|
| + <div class="title">[[getDialogTitle_(isFolder_, isEdit_)]]</div>
|
| <div class="body">
|
| <paper-input always-float-label id="name"
|
| label="$i18n{editDialogNameInput}"
|
|
|