| Index: chrome/browser/resources/file_manager/action_choice.html
|
| ===================================================================
|
| --- chrome/browser/resources/file_manager/action_choice.html (revision 157111)
|
| +++ chrome/browser/resources/file_manager/action_choice.html (working copy)
|
| @@ -47,15 +47,20 @@
|
|
|
| <div class="choices">
|
| <div>
|
| - <input id="import-photos-to-drive" type="radio" name="action" checked>
|
| + <input id="view-files" type="radio" name="action" checked>
|
| + <label for="view-files"
|
| + i18n-content="ACTION_CHOICE_VIEW_FILES"></label>
|
| + </div>
|
| +
|
| + <div>
|
| + <input id="import-photos-to-drive" type="radio" name="action">
|
| <label for="import-photos-to-drive"
|
| i18n-content="ACTION_CHOICE_PHOTOS_DRIVE"></label>
|
| </div>
|
|
|
| <div>
|
| - <input id="view-files" type="radio" name="action">
|
| - <label for="view-files"
|
| - i18n-content="ACTION_CHOICE_VIEW_FILES"></label>
|
| + <input id="watch-single-video" type="radio" name="action">
|
| + <label for="watch-single-video"></label>
|
| </div>
|
| </div>
|
|
|
|
|