| Index: ui/file_manager/file_manager/main.html
|
| diff --git a/ui/file_manager/file_manager/main.html b/ui/file_manager/file_manager/main.html
|
| index e3e0198f76e03b5a22c2ec74caad008bac04efca..ff40a42f3d012966082bfd51c5fd464e06a70d8f 100644
|
| --- a/ui/file_manager/file_manager/main.html
|
| +++ b/ui/file_manager/file_manager/main.html
|
| @@ -91,7 +91,7 @@
|
| shortcut="U+00BE-Ctrl" hide-shortcut-text>
|
|
|
| <command id="default-task">
|
| - <command id="open-with" i18n-values="label:OPEN_WITH_BUTTON_LABEL">
|
| + <command id="more-actions" i18n-values="label:MORE_ACTIONS_BUTTON_LABEL">
|
| <command id="zip-selection"
|
| i18n-values="label:ZIP_SELECTION_BUTTON_LABEL">
|
| <command id="set-wallpaper"
|
| @@ -124,7 +124,7 @@
|
| menu-item-selector="cr-menu-item,hr" showShortcuts>
|
| <cr-menu-item id="default-task-menu-item" command="#default-task"
|
| visibleif="full-page" hidden></cr-menu-item>
|
| - <cr-menu-item command="#open-with"
|
| + <cr-menu-item command="#more-actions"
|
| visibleif="full-page" hidden></cr-menu-item>
|
| <hr id="tasks-separator" visibleif="full-page" hidden>
|
| <hr id="actions-separator" hidden>
|
|
|