summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/browser/resources/bookmark_manager/main.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/chrome/browser/resources/bookmark_manager/main.html b/chrome/browser/resources/bookmark_manager/main.html
index 11dd688..ab6d0ae 100644
--- a/chrome/browser/resources/bookmark_manager/main.html
+++ b/chrome/browser/resources/bookmark_manager/main.html
@@ -918,11 +918,11 @@ dnd.init();
<!-- Organize menu -->
<command i18n-values=".label:rename_folder" id="rename-folder-command"></command>
<command i18n-values=".label:edit" id="edit-command"></command>
-<command i18n-values=".label:delete" id="delete-command"></command>
<command i18n-values=".label:show_in_folder" id="show-in-folder-command"></command>
<command i18n-values=".label:cut" id="cut-command"></command>
<command i18n-values=".label:copy" id="copy-command"></command>
<command i18n-values=".label:paste" id="paste-command"></command>
+<command i18n-values=".label:delete" id="delete-command"></command>
<command i18n-values=".label:sort" id="sort-command"></command>
<command i18n-values=".label:add_new_bookmark" id="add-new-bookmark-command"></command>
<command i18n-values=".label:new_folder" id="new-folder-command"></command>
@@ -941,13 +941,14 @@ dnd.init();
<menu id="organize-menu">
<button command="#rename-folder-command"></button>
<button command="#edit-command"></button>
- <button command="#delete-command"></button>
<button command="#show-in-folder-command"></button>
<hr>
<button command="#cut-command"></button>
<button command="#copy-command"></button>
<button command="#paste-command"></button>
<hr>
+ <button command="#delete-command"></button>
+ <hr>
<button command="#sort-command"></button>
<hr>
<button command="#add-new-bookmark-command"></button>
@@ -966,13 +967,14 @@ dnd.init();
<hr>
<button command="#rename-folder-command"></button>
<button command="#edit-command"></button>
- <button command="#delete-command"></button>
<button command="#show-in-folder-command"></button>
<hr>
<button command="#cut-command"></button>
<button command="#copy-command"></button>
<button command="#paste-command"></button>
<hr>
+ <button command="#delete-command"></button>
+ <hr>
<button command="#add-new-bookmark-command"></button>
<button command="#new-folder-command"></button>
</menu>